{% from "devhub/includes/macros.html" import tip, empty_unless, select_cats, trans_readonly %}
{{ form.app.pretty }}: {% 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 %}