{% include 'laborganizer/ta_management/horizontal_tool_bar.html' %} {% include 'laborganizer/message.html' %}

All TA's

{% if tas %}
{% for ta in tas %} {% if ta.student_id %}

Year: {{ ta.year }}
ID: {{ ta.student_id }}
Contracted:

Semesters
{% csrf_token %} {% for semester in all_semesters %}
{% endfor %}
Class times for {{ current_semester.time }}{{ current_semester.year }} {% for class, values in ta.get_availability.items %} {% endfor %} {% endfor %}
# Days Start Time End Time
{{ class }} {% for key, value in values.items %} {% if key == 'days' %} {% for day in value %} {{ day }} {% endfor %} {% else %} {{ value }} {% endif %}
{% csrf_token %}
{% endif %} {% endfor %}
{% else %}
No TA's to display!
{% endif %} {% if uninitialized_tas %}

There is at least one TA with an uninitialized profile, thus they are not appearing here!

{% endif %} Click here to upload a new roster of TA's