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

My Lab

Students in {{ semester }}

{% for s in students %} {% endfor %}
Name Email Number
{{ s.full_name }} {{ s.email }} {% if s.student_number %}{{ s.student_number }}{% endif %}
{% endblock %}