{% include 'addons/details_box.html' %}

{{ _('Add-on History') }} {% trans %} open: 1 · 3 · all {% endtrans %}

{% include "editors/includes/paginator_history.html" %}
{% for i in range(pager.object_list.count(), 0, -1) %} {% set version = pager.object_list[i-1] %} {% endfor %}
{% trans version = version.version, created = version.created|datetime, version_status = version.status|join(',') %} Version {{ version }} · {{ created }} · {{ version_status }} {% endtrans %}
{{ _('Files in this version:') }}
{{ _('Compatibility:') }}
    {% for app, compat in version.compatible_apps_ordered %}
  • {{ compat }}
  • {% endfor %}
{% if version.releasenotes %} {% endif %} {% if version.approvalnotes %} {% endif %} {% set records = version.all_activity %} {% for record_version in records %} {% set record = record_version.activity_log %} {% include 'editors/includes/history.html' %} {% endfor %} {% if not version.releasenotes and not version.approvalnotes and not records %} {% endif %}
{{ _('Version Notes') }}
{{ version.releasenotes|nl2br }}
{{ _('Notes for Reviewers') }}
{{ version.approvalnotes|nl2br|urlize(100) }}
{{ _('This version has not been reviewed.') }}
{{ csrf() }} {# form #}
{{ form.action }}
{% for (setting, action) in actions %}
{{ action['details'] }}
{% endfor %}
{{ _("You can still submit this form, however only do so if you know it won't conflict.") }}
{{ form.comments }} {{ form.comments.errors }}
{{ _('Insert canned response...') }} {{ form.canned_response }}
    {% for pk, label in form.fields.get('addon_files').choices %}
  • {% endfor %}
{{ _('Notice: Only review more than one file if you have tested every file you select.') }}
{{ form.addon_files.errors }}
{{ _('Tested on:') }} {{ form.operating_systems }} {{ form.applications }} {{ form.operating_systems.errors }} {{ form.applications.errors }}
{{ form.notify }} {{ form.notify.errors }}
{% if addon.admin_review and is_admin %}
{{ form.adminflag }} {{ form.adminflag.errors }}
{% endif %}
{% trans %} Warning! Another user was viewing this page before you. {% endtrans %}