{% from "devhub/includes/macros.html" import some_html_tip, select_cats %} {% extends "devhub/addons/submit/base.html" %} {% block title %}{{ dev_page_title(_('Describe Add-on'), addon) }}{% endblock %} {% block primary %}

{{ _('Describe Version') }}

{{ csrf() }}

{{ _("Let your users know what's new and what's changed in this version.") }}

{{ reviewer_form.releasenotes }}

{{ _('These notes will appear on the detail page.') }}

{{ _('Is there anything our reviewers should bear in mind when reviewing this add-on?') }}

{{ reviewer_form.approvalnotes }}

{{ _('These notes will only be visible to you and our reviewers.') }}

{% endblock primary %}