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

{% blocktrans %}This action cannot be undone. This will permanently delete the {{ object }} category and all related content.{% endblocktrans %} {% trans "This includes, but is not limited to, translation memory, glossaries, or user permissions." %}

{% if components_count > 15 %}

{% blocktranslate count count=components_count %}{{ count }} component will be removed by this.{% plural %}{{ count }} components will be removed by this.{% endblocktranslate %} {% elif components_count > 0 %}

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

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

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

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