{% extends "neuro_backoffice/bo_layout.html" %} {% block title %}video{% endblock %} {% block content %}
TNOA 2023 TNOA 2023
Scientific Session Video Recordings
{% set session_end_at = data.session_end_time %}
Session logs off in 0{{diff_hour}}: {{diff_minutes}}: {{diff_seconds}} hours
{% if day_index :%} {% set total = 0 %} {% for key, value in groupby(day_index,key = itemgetter('hall')): %} {% for k in value: %} {% endfor %} {% endfor %} {% else : %} {% endif %}

Day {{program_day}} - Hall {{key}}

S.NO Session Name
{{loop.index}} {{k.video_name | safe}}
{{k.session_date.strftime('%d-%b-%Y')}} ( {{k.session_date.strftime('%A')}} ) {{k.session_time or '' }}
No data available
 Back
{% if day_index :%} {% for row in day_index : %}
{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}

×

{{ mesg|safe }}
{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}

×

{{ mesg|safe }}
{% endfor %}
{% endfor %} {% else %}
No Videos
{% endif %}
{% endblock %} {% block script %} {% endblock %}