{% load i18n %} {% blocktrans with content.name as name and request.user.get_full_name as user and request.user.username as username %} Contact form sended from content: "{{ name }}" by "{{ user }} ({{ username }})" {% endblocktrans %} {{ contact_form.title|safe }} ======================== {{ contact_form.description|striptags }} ------------------------ {% for opt, optv in opts.items %} {{ opt|safe }}: {{ optv|safe }} {% endfor %}