{%include "facultyheader.html"%} {% load custom_filters %}
| Title | Topic Name | Lacture Date | Status | Action |
|---|---|---|---|---|
| {{ lecture.title }} | {% if lecture.related_topics %} {% for lt in lecture.related_topics %} {{ lt.topics.topic_name }}{% if not forloop.last %}, {% endif %} {% endfor %} {% else %} No topics {% endif %} |
{{ lecture.lacture_date }}
{{ lecture.start_time }} -
{{ lecture.end_time }}
|
{% if lecture.is_cancel %} Cancelled {% else %} Active {% endif %} | Start |