{% load summaries %} {% load join_requests %} {% load appointment_requests %} {% load upcoming_exams %} {% load upcoming_appointments %} {% load previous_appointments %} {% load pending_reports %} {% load finished_reports %} {% load history %} {% if labuser.is_admin is None and admin or labuser.is_admin is True and not admin %} {% join_requests %} {% endif %} {% if labuser.is_student or labuser.is_tutor or admin %} {% appointment_requests labuser semester admin %} {% endif %} {% if labuser.is_student or labuser.is_examiner or admin %} {% upcoming_exams labuser semester admin %} {% endif %} {% if labuser.is_student or labuser.is_tutor or admin %} {% upcoming_appointments labuser semester admin %} {% if LABCOURSE.STUDENT.CAN_REQUEST_APPOINTMENT and labuser.is_student_now or labuser.is_tutor or admin %}