{% extends 'staff_evaluation_base.html' %} {% block content %} {{ block.super }}

{% if form.instance.id %} {{ evaluation.full_name }} ({{ evaluation.course.semester.name }}) {% else %} {% translate 'Create single result' %} {% endif %}

{% csrf_token %}
{% include 'bootstrap_form.html' with form=form %}
{% if editable %}
{% endif %}
{% endblock %} {% block additional_javascript %} {% include "bootstrap_datetimepicker.html" %} {% endblock %}