{% extends "devhub/addons/submit/base.html" %} {% block title %} {{ dev_page_title(_('Submission Complete'), addon) }} {% endblock %} {% block primary %}
{% 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 }}
{% if not webapp %}{{ _('Become an AMO Editor today and get your add-ons reviewed faster.') }} {{ _('Learn More') }}
{# 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 %}