{% load i18n %}
{% blocktrans trimmed with object='{$ service.values.uri $}' %}
You are about to permanently delete the option set {{ object }}
.
{% endblocktrans %}
{% blocktrans trimmed %} Important! This will also delete the following options: {% endblocktrans %}
{$ option.uri $}
{% blocktrans trimmed with questions_count='{$ service.values.questions.length $}' %} This option set is also used in {{ questions_count }} questions. {% endblocktrans %}
{% trans 'This does not include references from the options above. Please check carefully.' %}
{% trans 'This action cannot be undone!' %}