{% spaceless %} {% load static %} {% load cache %} {% load evaluation_filters %} {% load navbar_templatetags %} {% endspaceless %} {% get_current_language as LANGUAGE_CODE %} {% 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 %}
{% include_navbar user LANGUAGE_CODE %} {% block breadcrumb_bar %} {% endblock %}
{% translate 'Evaluation Platform' %} {% if user.is_authenticated %} {% include 'notebook.html' %} {% endif %}
{% for message in messages %}
{{ message }}
{% endfor %} {% block content %} {% endblock %}
{% include 'footer.html' %} {% block additional_javascript %}{% endblock %}