{% load i18n %}
{% blocktrans trimmed with name='{$ service.page.verbose_name $}' object='{$ service.values[service.page.attribute.id_attribute.id][0].text $}' %} You are about to permanently delete the {{ name }} {{ object }}. {% endblocktrans %}
{% blocktrans trimmed with name='{$ service.page.verbose_name $}' %} You are about to permanently delete this {{ name }}. {% endblocktrans %}
{% blocktrans trimmed with name='{$ service.page.verbose_name $}' %} This includes all given answers for this {{ name }} on all pages, not just this one. {% endblocktrans %}
{% trans 'This action cannot be undone!' %}