{% load i18n %} {% load icons %}

{% blocktrans %}This action cannot be undone. This will permanently delete the {{ object }} component and all related content.{% endblocktrans %}

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

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

{% endif %} {% endwith %}
{{ object.full_slug }}