{% extends 'generic/base_supervisor.html' %} {% load crispy_forms_tags %} {% block css %} {% endblock %} {% block content %}

Trainee: {{trainee.first_name}} {{trainee.last_name}}

email: {{trainee.email}}

Results

{% if all_exams %} The following exam results for the trainee are available. {% for exam_type, exams in all_exams %} {% if exams %}

{{exam_type|title}}

{% endif %} {% endfor %} {% else %} No results are available for this trainee. {% endif %}
{% endblock %}