{% extends "core/base.html" %} {% load material_form i18n %} {% block page_title %}{% blocktrans %}Feedback on an event{% endblocktrans %}{% endblock %} {% block browser_title %}{% blocktrans %}Feedback on an event{% endblocktrans %}{% endblock %} {% block extra_head %} {{ form.media.css }} {% endblock %} {% block content %}
{% blocktrans %}Feedback on{% endblocktrans %} {{ event.display_name }}
{% blocktrans %}How does the feedback work?{% endblocktrans %}

{% blocktrans %} The feedback consists of three parts. {% endblocktrans %}

  • {% blocktrans %}Evaluation of the program points from 1 (not good) to 5 (very good){% endblocktrans %}
  • {% blocktrans %}Private commentary where you can tell us what you liked, what didn't, what we should do differently, etc.{% endblocktrans %}
  • {% blocktrans %}Comment for the report, which helps us and other children to learn as much as possible about the event. What you have experienced yourself is very interesting for the next participants!{% endblocktrans %}

{% blocktrans %}Your feedback will be emailed to us. We may contact you again.{% endblocktrans %}

{% csrf_token %} {% form form=feedback_form %}{% endform %} {% include "core/partials/save_button.html" %}
{{ form.media.js }} {% endblock %}