{% block header %}
{% block title %}EvaP{% endblock %}
{% if debug %}
{% else %}
{% endif %}
{% endblock %}
{% include "custom_elements.html" %}
{% block modals %}
{% if user.is_authenticated %}
{% translate 'Feedback' as title %}
{% translate 'You are welcome to submit feedback regarding the evaluation platform or specific evaluations. Please let us know how we can improve your experience on EvaP.' as teaser %}
{% include 'contact_modal.html' with modal_id='feedbackModal' user=request.user title=title teaser=teaser %}
{% endif %}
{% endblock %}