{% from 'includes/forms.html' import optional %} {% set title = _('Delete Theme') if addon.is_persona() else _('Delete Add-on') %}
{% if addon.is_persona() %} {{ _('Deleting your theme will permanently remove it from the site.') }} {% else %} {% trans %} Deleting your add-on will permanently remove it from the site and prevent its GUID from being submitted again by others. {% endtrans %} {% endif %}
{{ _('Enter the following text confirm your decision: {slug}')|fe(slug=addon.slug) }}
{% if addon.is_persona() %} {{ _('Please tell us why you are deleting your theme:') }} {% else %} {{ _('Please tell us why you are deleting your add-on:') }} {% endif %} {{ optional() -}}
{{ title }} {{ _('or') }} {{ _('Cancel') }}