{% extends 'reviewers/base.html' %}
{% block breadcrumbs %}
{{ reviewers_breadcrumbs(queue=tab) }}
{% endblock %}
{% block content %}
{% if waffle.switch('reviewer-incentive-points') %}
{{ _('App') }} | {{ _('Flags') }} | {{ _('Waiting Time') }} | {{ _('Devices') }} | {{ _('Payments') }} | {{ _('Abuse Reports') }} | |
---|---|---|---|---|---|---|
{{ addon.name|xssafe }} | {# Flags #} {% if addon.admin_review %} {% endif %} {% if addon.current_version.has_info_request %} {% endif %} {% if addon.current_version.has_editor_comment %} {% endif %} | {{ addon.created|timesince }} | {{ device_list(addon) }} | {{ amo.ADDON_PREMIUM_TYPES[addon.premium_type] }} | {{ addon.abuse_reports.count() }} |
{{ _('Helpful Links:') }} {{ _("Editors' Guide") }}
{% endblock %}