Summary (student)

{% for entry in summary.appointments %} {% empty %} {% endfor %}
Semester Date Experiment Report Exam
{{ entry.appointment.date.semester.code }} {{ entry.appointment.date.date|date:"d/m/Y" }} {% if entry.report %} {% endif %} {{ entry.appointment.experiment.code }} {% if entry.report %} {% if entry.report.passed is None %} Pending {% elif entry.report.passed %} Passed on {{ entry.report.date|date:"d/m/Y" }} {% else %} Failed {% endif %} {% if entry.report.reportversion_set.count > 0 %} {% endif %} {% endif %} {% if entry.exam %} {{ entry.exam.date|date:"d/m/Y" }} {% endif %}
No lab appointments found.
{% for exam in summary.exams %} {% empty %} {% endfor %}
Date Examiner Experiments
{{ exam.date|date:"d/m/Y" }} {% if admin %}{% endif %} {{ exam.examiner.full_name }} {% if admin %}{% endif %} {% for report in exam.reports.all %} {% if report.filename %} {{ report.appointment.experiment.code }} {% else %} {{ report.appointment.experiment.code }} {% endif %}{% if not forloop.last %}, {% endif %} {% endfor %}
No exams found.