{% firstof MODULE_FORMS_LABEL trans 'Form' %} {% trans "Entry Delete" %}
{% trans "Are you sure you want to delete this entry?" %}
{{ entry.entry_time }}
{% for field in entry.fields.all|slice:":3" %}
– {% blocktrans with v=field.value|truncatewords:"2" %}{{ v }}{% endblocktrans %}
{% endfor %}