{% extends "mylab/base.html" %} {% load static %} {% load user_link %} {% block breadcrumb %}
Semester | Date | Student | Tutor | Report |
---|---|---|---|---|
{{ appointment.date.semester.code }} | {{ appointment.date.date|date:"d/m/Y" }} | {% user_link student admin %} | {% for report in appointment.report_set.all %} {% if report.student.pk == student.pk and report.tutor is not None %} {% tutor_link report.tutor admin %} {% endif %} {% endfor %} |
{% for report in appointment.report_set.all %}
{% if report.student.pk == student.pk %}
{% if report.passed is None %}
|
No lab appointments found. |