{% extends 'base.html' %} {% load infotext_templatetags %} {% load evaluation_filters %} {% block title %}{% translate 'Evaluation' %} - {{ block.super }}{% endblock %} {% block content %} {{ block.super }} {% show_infotext "student_index" %} {% if user.show_startpage_button %}
{% include 'startpage_button.html' with page='ST' btnClass='btn-sm' %}
{% endif %} {% include 'student_global_reward.html' with global_rewards=global_rewards %} {% if unfinished_evaluations %}
{% translate 'Open and upcoming evaluations' %}
{% include 'student_index_unfinished_evaluations_list.html' %}
{% endif %} {% include 'student_index_semester_evaluations_list.html' %} {% endblock %}