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

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

{% if object.component_set.all %}

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

    {% for component in object.component_set.all %}
  • {{ component }}
  • {% endfor %}
{% endif %} {% crispy delete_form %}