{% extends "mylab/base.html" %} {% load static %} {% block breadcrumb %}
This is your personal space on the Advanced Lab Course website.
{% if LABCOURSE.STUDENT.CAN_JOIN and user.is_authenticated and not user.is_student_now and not user.is_admin and not user.is_tutor and not user.is_examiner and not user.requested_join %}If you are are student who wants to sign up for the lab course in this semester, please click the button above! You only need to register, if you want to do some labs this semester.
If you are a tutor or an examiner and see this, please contact the organizer.
This is the internal area of the website for the Advanced Lab Course. It is designed to help students, tutors, and examiners organize their lab appointments and lab reports.
In order to use it, you need to log in.
{% else %} {% include "mylab/user_home.html" %} {% endif %} {% if dates.count > 0 %}Free | Booked |
{% for date in dates %} | {{ date.date|date:'d/m' }} | {% endfor %}|
{{ d.experiment.code }} | {% for blocked in d.appointments %} {% if blocked %}{% else %} | {% endif %} {% endfor %} |