{% load i18n icons %}

{% blocktranslate %}This action cannot be undone. This will permanently delete the {{ object }} category and all related content.{% endblocktranslate %} {% translate "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 %}

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

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

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

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