{% load i18n icons %}

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

{% translate "If this action removes restricted components, retained translation memory from them will become available according to the project and workspace translation memory access rules unless you also delete it." %}

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

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

{% endif %} {% endwith %} {% with categories=object.category_set.order %} {% if categories %}

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

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