{% extends "devhub/addons/submit/base.html" %} {% block title %} {{ dev_page_title(_('Submission Complete'), addon) }} {% endblock %} {% block primary %}

{{ _("You're done!") }}

{% if not webapp %}

{% if addon.status == amo.STATUS_UNREVIEWED %} {% trans %} Your add-on has been submitted to the Preliminary Review queue. {% endtrans %} {% elif addon.status == amo.STATUS_NOMINATED %} {% trans %} Your add-on has been submitted to the Full Review queue. {% endtrans %} {% endif %}

{% trans %} You'll receive an email once it has been reviewed by an editor. In the meantime, you and your friends can install it directly from its details page: {% endtrans %}

{% endif %}

{{ addon.get_url_path()|absolutify|display_url }}

{{ _('Next steps:') }}

{% if not webapp %}

{{ _('Get Ahead in the Review Queue!') }}

{{ _('Become an AMO Editor today and get your add-ons reviewed faster.') }} {{ _('Learn More') }}

{% endif %} {% if waffle.switch('marketplace') and addon.type in amo.ADDON_BECOME_PREMIUM %}

{{ _('Enrolling in Marketplace') }}

{% with doc_url=url('devhub.docs', doc_name='marketplace'), payments_url=addon.get_dev_url('payments') %} {% if webapp %}

{# TODO(apps): Finalize copy. #} If this is a premium app you wish to sell in our Marketplace, be sure to enroll on the Manage Payments page. {#Learn more.#}

{% else %}

{% trans %} If this is a premium add-on you wish to sell in our Marketplace, be sure to enroll on the Manage Payments page before your add-on is reviewed by an editor. {% endtrans %} {# TODO(marketplace-docs): Learn more. #}

{% endif %} {% endwith %}
{% endif %} {% endblock %}