{%include "header.html"%}

Preview Lectures

Generated Lectures

{% for lecture in lectures %} {% empty %} {% endfor %}
Sr.No. Title Faculty Id Topic Id Batches Date Day S_Time E_Time Note
{{ forloop.counter }} {{ lecture.title }} {{ lecture.faculty_name }} {{ lecture.topic_id }} {{ lecture.batch_names|join:", " }} {{lecture.section_id}} {{ lecture.date }} {{ lecture.day }} {{ lecture.start_time }} {{ lecture.end_time }} {{ lecture.note }}
No lectures scheduled.

{% if not_generated_topics %}
Topics Not Generated / Skipped Reasons
{% for item in not_generated_topics %} {% endfor %}
Topic Batch Date Reason
{{ item.topic_name }} {{ item.batch_name }} {{ item.date }} {{ item.reason }}
{% endif %}
{%include "sidebar.html"%}
{%include "footer.html"%}