{% load i18n static heroicons %}
{% csrf_token %}
{% heroicon_outline "exclamation-triangle" class="w-6 h-6 text-red-600" stroke_width="1.5" aria_hidden="true" %} {% comment %} {% endcomment %}
{% if request.user.is_applicant %}

Are you sure you want to delete draft submission? All of your data for this submission will be permanently removed from our servers forever. This action cannot be undone.

{% else %}

Are you sure you want to delete submission? All of your data will be permanently removed from our servers forever. This includes reviews, determinations and comments. This action cannot be undone.

{% endif %}