Counselling Schedule list
Sr.No. |
Group Title |
Zoom Id |
Meeting Id |
Password |
Counselling Date |
Counselling Time |
Status |
Action |
{% for schedule in all_schedules %}
{{ forloop.counter }} |
{{ schedule.counseling_group.title }} |
{{ schedule.zoom_key.meet_id }} |
{{ schedule.meeting_id }} |
{{ schedule.password }} |
{{ schedule.counseling_date }} |
{{ schedule.counseling_time }} |
{% if schedule.status == "active" %}
Active
{% else %}
Inactive
{% endif %}
|
|
{% empty %}
No counseling schedules found. |
{% endfor %}
{%include "sidebar.html"%}
{%include "footer.html"%}