{% from "devhub/includes/macros.html" import compat %}

{{ _('Update Compatibility') }}

{% trans %} 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. {% endtrans %}

{{ csrf() }} {{ 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 %}
{{ _('Application') }} {{ _('Supported Versions') }} {{ _('Remove') }}

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

{{ _('or') }} {{ _('Cancel') }}

{{ _('Close') }}