{% extends "mylab/base.html" %} {% load static %} {% block breadcrumb %} {% endblock %} {% block breadcrumb-mobile %} {% endblock %} {% block mylab_content %}

My Lab

User: {{ labuser.full_name }} {% if user.is_authenticated and user.is_admin %} {% if admin %} (View as user) {% else %} (View as admin) {% endif %} {% endif %}

Email: {{ labuser.email }} {% if labuser.student_number %}
Student number: {{ labuser.student_number }} {% endif %}

{% include "mylab/user_home.html" %} {% endblock %}