{% load i18n %}
{% blocktrans trimmed with object='{$ service.values.uri $}' %}
You are about to permanently delete the attribute {{ object }}
.
{% endblocktrans %}
{% trans 'This will also delete the following attributes:' %}
{% blocktrans trimmed with values_count='{$ service.values.values_count $}' projects_count='{$ service.values.projects_count $}' %} This attribute is used for {{ values_count }} values in {{ projects_count }} projects. {% endblocktrans %} {% trans 'Furthermore, this attribute is used in the following elements:' %}
{% trans 'This does not include references from the attributes above. Please check carefully.' %}
{% trans 'This action cannot be undone!' %}