{% extends "devhub/base.html" %} {% block title %}{{ dev_page_title(title) }}{% endblock %} {% block content %}
{{ dev_breadcrumbs(addon, items=[(None, title)]) }}

{{ title }}

{{ csrf() }}

{% trans %} Use the field below to upload your add-on package. {% endtrans %}

{% if appversion_form %}

{% trans %} After upload, a series of automated validation tests will run to check compatibility with the following application version: {% endtrans %}

{% for elem in ('application', 'app_version') %} {{ appversion_form[elem] }} {% endfor %}
{% else %}

{% trans %} After upload, a series of automated validation tests will be run on your file. {% endtrans %}

{% endif %}
{% endblock content %}