{% extends 'staff_semester_base.html' %} {% load evaluation_filters %} {% block breadcrumb %} {{ block.super }}
{% translate 'Name' %} | {% translate 'Start of evaluation' %} | {% translate 'Last modified by' %} |
---|---|---|
{% with approval_state_values=evaluation.state|approval_state_values %}
{% endwith %}
{{ evaluation.full_name }} {% include 'evaluation_badges.html' with mode='manager' %} |
{% include 'staff_evaluation_evaluation_period.html' with state=evaluation.state start_only=True %} | {% if evaluation.related_logentries.0.user %} {{ evaluation.related_logentries.0.user }} ({{ evaluation.related_logentries.0.datetime|date:"SHORT_DATETIME_FORMAT" }}) {% else %} — {% endif %} |