{% load i18n %}
{% blocktrans trimmed with object='{$ service.catalog.uri $}' %}
You are about to permanently delete the catalog
{{ object }}
.
{% endblocktrans %}
{% blocktrans trimmed with projects_count='{$ service.catalog.projects_count $}' %} This catalog is used in {{ projects_count }} projects, which will not be usable afterwards. {% endblocktrans %}
{% blocktrans trimmed %} Important! This will also delete the following items: {% endblocktrans %}
{$ section.uri $}
{$ questionset.uri $}
{$ question.uri $}
{% trans 'This action cannot be undone!' %}