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