{{ _('Add-on visibility') }}
{% if not addon.is_listed %}
{% endif %}
{% set owner = check_addon_ownership(request, addon, dev=True) %}
{% if check_addon_ownership(request, addon) and addon.can_be_deleted() %} {{ _('Delete Add-on') }} {% endif %}
{{ _('Why can\'t I switch to Listed or Hidden?') }}
{{ _('Due to technical limitations, you need to delete your entire add-on and resubmit it using this AMO account in order to switch your add-on to listed. The process is described in detail in this documentation.').format( link='https://developer.mozilla.org/en-US/Add-ons/Distribution') }}
{% if check_addon_ownership(request, addon) and addon.can_be_deleted() %} {{ _('Delete Add-on') }} {% endif %}
{{ _('Current versions') }}
{% if addon.current_version %}{{ _('Currently on AMO') }} | {{ _('Status') }} | {{ _('Validation') }} | {{ _('Delete/Disable') }} |
---|
{{ _('Next version of this add-on') }} | {{ _('Status') }} | {{ _('Validation') }} | {{ _('Delete/Disable') }} |
---|
{{ _('Older versions') }}
{{ _('Version') }} | {{ _('Status') }} | {{ _('Validation') }} | {{ _('Delete/Disable') }} |
---|---|---|---|
{{ _('Upload a New Version') }} |