{% from 'developers/includes/macros.html' import empty_unless, required, select_cats, tip, trans_readonly %} {% set req_if_edit = required() if editable %}
{% trans email='app-reviews@mozilla.org' %} Manifest URLs cannot be changed after your app has been submitted. Please email {{ email }} if there is a reason you need to modify your manifest URL. {% endtrans %}
{% if form.app %} {{ form.app.pretty }}: {% endif %} {% set cats = dict(addon.app_categories).get(form.app, []) %} {{ cats|join(' · ')|safe }}
{% if webapp %} {# TODO(apps): Finalize copy. #} {% with email='amo-editors@mozilla.org' %} Categories cannot be changed while your app is featured. Please email {{ email }} if there is a reason you need to modify your categories. {% endwith %} {% else %} {% trans email='amo-editors@mozilla.org' %} Categories cannot be changed while your add-on is featured for this application. Please email {{ email }} if there is a reason you need to modify your categories. {% endtrans %} {% endif %}