{% load i18n %} {% block subject %} {% trans "New feedback on" %} {{ feedback.event }} {% endblock %} {% block plain %} {% blocktrans with feedback.event=feedback.event %}New feedback on: {{ feedback.event }}{% endblocktrans %} *** {% trans "Event" %} ***** * {% trans "Event" %}: {{ feedback.event }} **** {% trans "Person " %} **** * {% trans "Name" %}: {{ feedback.person }} * {% trans "Date of birth" %}: {{ feedback.person.date_of_birth }} * {% trans "Email address" %}: {{ feedback.person.email }} **** {% trans "Comments" %} **** * {% trans "Private comment" %}: {{ feedback.comment_private }} * {% trans "Public comment" %}: {{ feedback.comment_public }} * {% trans "Public comment info" %}: {{ feedback.comment_public_info }} **** {% trans 'Photos' %} **** {% for photo in feedback.photos %} * {{ photo }} {% endfor %} * {% trans "Photo licence" %}: {{ feedback.photos_licence }} {% trans "Your AlekSIS team" %} {% endblock %} {% block html %}

{% blocktrans with new_feedback.event=new_feedback.event %}New feedback.event: {{ feedback.event}}{% endblocktrans %}

{% trans "Event" %}
{% trans "Person" %
{% trans "Comments" %}
{% trans "Photos" %}
{% for photo in feedback.photos %} Feedback photo {% endfor %}

{% trans "Your AlekSIS team" %}

{% endblock %}