{% load i18n %} {% load crispy_forms_tags %}

{% trans "Are you absolutely sure?" %}

{% with components=object.component_set.order %} {% if components %}

{% trans "The following translation components will be also removed:" %}

{% endif %} {% endwith %} {% crispy delete_form %}