{% include 'teachingassistant/horizontal_tool_bar.html' %} {% include 'teachingassistant/message.html' %} {% if labs %}

{{ semester.time }}{{ semester.year }} Labs

{{ labs|length }} assignments

{% for lab in labs %}

Days: {{ lab.get_days }}
Section: {{ lab.section }}

Building: {{ lab.facility_building }}, ID: {{ lab.facility_id }}
Primary Instructor: {{ lab.instructor }}

Start time: {{ lab.start_time }}
End time: {{ lab.end_time }}
{% endfor %}
{% else %} {% if holds.incomplete_profile or not holds %}

You have an incomplete profile, please click the Account tab on the left to fill out your information!

{% else %}

You don't have any assignments!

{% endif %} {% endif %}