{{ title }}

{{ csrf() }} {% if compat_form %} {% endif %} {% with field = version_form.releasenotes %} {% endwith %} {% with field = version_form.approvalnotes %} {% endwith %}
{{ _("Files") }} {{ file_form.management_form }} {{ file_form.non_form_errors() }} {% for form in file_form.forms %} {% include "devhub/includes/version_file.html" %} {% endfor %}
{% if version.is_allowed_upload() %} {{ _('Upload Another File') }} {% endif %}
{{ tip(_("Compatibility"), _("Adjusting application information here will allow users to install your add-on even if the install manifest in the package indicates that the add-on is incompatible.")) }} {{ compat_form.non_form_errors() }} {{ compat_form.management_form }} {% for form in compat_form.initial_forms %} {{ compat(form) }} {% endfor %} {% for form in compat_form.extra_forms %} {{ compat(form, is_extra_form=True) }} {% endfor %}
{% if check_addon_ownership(request, addon, dev=True) %}

{{ _('Add Another Application…')|safe }}

{% endif %}
{{ field.errors }} {{ field }} {{ some_html_tip() }}
{{ _("License") }} {{ version.license.name }} {% if version.license.url %} {{ _('Details') }} {% endif %}
{{ _('Approval Status') }}
    {% for file in version.all_files %}
  • {{ file_status_message(file, addon, file_history[file.id]) }}
  • {% endfor %}
{{ tip(None, _("Optionally, enter any information that may be useful to the Editor reviewing this add-on, such as test account information.")) }} {{ field.errors }} {{ field }}
{{ add_file_modal(_("Upload a new file"), url('devhub.versions.add_file', addon.slug, version.id), url('devhub.upload_for_addon', addon.slug), _('Add File') )}}