{% load i18n icons %}

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

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

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

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