Il contatto {{ contact.full_name }} ({{ contact.email }}) ha confermato la partecipazione all'evento {{ event.name }}.

{% for table in invite.get_all_answers %}
{{ table.title }} {% for row in table.rows %} {% endfor %}
{{ row.title }} {% autoescape off %}{{ row.value }}{% endautoescape %}
{% endfor %}