{{ csrf() }} -
+
- {% if waffle.switch('allow-b2g-paid-submission') %} + {% if payments_enabled or is_paid %}

{{ _('Free') }}

{% else %}

{{ _('App Compatibility') }}

@@ -51,31 +50,34 @@ {% endif %}
- + {% if payments_enabled or is_paid %} + + {% endif %}
{% if is_paid %} + {{ disabled_payments_notice() }} {% if is_incomplete %}
{% trans %} @@ -108,6 +110,40 @@ {% endwith %}
{% endif %} + +
+ {{ region_form.non_field_errors() }} + {{ region_form.regions.label }} +

+ {{ _('Select All') }} · + {{ _('None') }} +

+ {{ region_form.regions.errors }} +
+ {{ region_form.regions }} +
+ {% if region_form.disabled_regions %} +

+ + {{ _('Learn why some regions are restricted.') }} +

+ {% endif %} +
+ {{ region_form.other_regions }} + {{ region_form.other_regions.label_tag() }} + {{ region_form.other_regions.errors }} +
+ {% trans %} + Your app will be displayed in the worldwide Marketplace and + in any regional marketplace that is added in the future. + You will receive an email notification when a new region + is added. + {% endtrans %} +
+
+ +