{% from 'includes/forms.html' import optional %} {% set title = _('Delete Theme') if addon.is_persona() else _('Delete Add-on') %}
{{ csrf() }}

{{ title }}

{% if addon.is_soft_deleteable() %}

{% if addon.is_persona() %} {{ _('Deleting your theme will permanently remove it from the site.') }} {% else %} {% trans %} Deleting your add-on will permanently delete all versions and files you have submitted for this add-on, listed or not. The add-on ID will continue to be linked to your account, so others won't be able to submit versions using the same ID. {% endtrans %} {% endif %}

{% endif %}

{{ _('or') }} {{ _('Cancel') }}

{{ _('Close') }}