{{ title }}

{% trans %} Files added to reviewed versions must be reviewed before they will be available for download. {% endtrans %}

{% if not addon.is_listed %}

{{ _('Warning:') }} {% trans url='https://github.com/mozilla/olympia/issues' %} Submission of updates to unlisted add-ons for signing is currently in an open beta. Manual review may still be required for a large number of add-ons. Please report any bugs that you encounter. {% endtrans %}

{% endif %} {{ csrf() }}
{{ new_file_form.upload }}
{{ source_form_field(new_file_form.source) }}
{% if modal_type == 'file' %} {{ new_file_form.platform }} {% elif modal_type == 'version' %}
{{ new_file_form.supported_platforms }}
{% endif %}
{% if addon.status == amo.STATUS_NULL %}
{{ new_file_form.nomination_type }}
{% endif %}
?

{{ _('Warning:') }} {% trans addon_signing_url='https://wiki.mozilla.org/Addons/Extension_Signing', issues_url='https://github.com/mozilla/olympia/issues' %} The behavior of the beta channel has changed to accommodate mandatory add-on signing. The new process is currently in an open beta, and may change significantly in the near future. Please report any bugs that you encounter. {% endtrans %}

{% if is_admin %}
{% endif %}
{{ _('or') }} {{ _('Cancel') }}