{% include "header.html" %}

Lecture Timetable

{{ start_day }} → {{ end_day }} {% if batch_id %} | Batch: {{ batch_id }} {% endif %}
{% for s in weekday_slots %} {% endfor %} {% for s in weekday_slots %} {% endfor %} {% for s in weekend_slots %} {% endfor %} {% for r in rows %} {% for slot_no in "1234" %} {% with sn=slot_no|add:"0" %} {% endwith %} {% endfor %} {% if forloop.counter0 != 0 and forloop.counter0|add:1|divisibleby:7 %} {% endif %} {% endfor %}
Date Day

{{ s.label }}

{{ s.time }}

Weekends

{{ s.time }}

{{ r.date_label }} {{ r.day_name }} {% for lec in r.slots.1 %} {{ lec.display }}
{{ lec.start }} - {{ lec.end }}
{% endfor %}
{% for lec in r.slots.2 %} {{ lec.display }}
{{ lec.start }} - {{ lec.end }}
{% endfor %}
{% for lec in r.slots.3 %} {{ lec.display }}
{{ lec.start }} - {{ lec.end }}
{% endfor %}
{% for lec in r.slots.4 %} {{ lec.display }}
{{ lec.start }} - {{ lec.end }}
{% endfor %}
{% include "sidebar.html"%}
{% include "footer.html" %}