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

{{ _('Add-on user change history') }}

{% endif %}

{{ _('Add-on History') }}

{% include "editors/includes/paginator_history.html" %}
{% for version in pager.object_list|reverse %} {% endfor %}
{% trans version = version.version, created = version.created|datetime, version_status = version_status(addon, version) %} Version {{ version }} · {{ created }} · {{ version_status }} {% endtrans %}
{{ all_distinct_files(version) }} {% if version.compatible_apps_ordered %}
{{ _('Compatibility:') }}
    {% for app, compat in version.compatible_apps_ordered %}
  • {{ compat }}
  • {% endfor %}
{% endif %} {% if version.source %}
{{ _('Additional sources:') }}
{% if is_admin %} {{ _('Download files') }} {% else %} {{ _('The developer has provided source code.')}} {% endif %}
{% endif %}
{% 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|urlize(100)|nl2br }}
{{ _('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 file in form.unreviewed_files %}
  • {{ file.get_platform_display() }} · {{ file.filename }} · {{ file_review_status(addon, file) }}
  • {% endfor %}
{{ _('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 %} {% if version.has_info_request %}
{{ form.clear_info_request }} {{ form.clear_info_request.errors }}
{% endif %}
{% trans %} Warning! Another user was viewing this page before you. {% endtrans %}
{{ csrf() }}
{{ whiteboard_form.whiteboard }} {{ form.notify.errors }}

{{ _('The whiteboard is the place to exchange information relevant to ' 'this addon (whatever the version), between the developer and the ' 'editor. This is visible and editable by both.') }}