{% extends 'developers/base_impala.html' %} {% from 'developers/includes/macros.html' import some_html_tip %} {% set title = _('App Payments') %} {% block title %}{{ hub_page_title(title) }}{% endblock %} {% block content %} {{ hub_breadcrumbs(items=[(None, _('Submit App'))]) }}

{{ _('Submit an App') }}

{{ progress(request, addon=addon, step=step) }}

{{ title }}

{{ csrf() }}

{% trans %} To sell your app in the Marketplace, you'll first need to set its price tier below. Price tiers are based on US Dollars and are fixed for all supported currencies. {% endtrans %} {{ _('Learn more about price tiers') }}

{{ form_field(form.price) }} {{ form_field(form.make_public) }} {% if form.fields['free'].queryset.count() %}

{{ _('Linking this app with its free counterpart allows you to promote your premium app next to the free version. Would you like to link the apps? You can always change your mind later.') }}

{{ form_field(form.do_upsell) }} {{ form_field(form.free) }} {{ form_field(form.text) }} {{ some_html_tip() }} {% endif %}
{% endblock %}