{% 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
{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}

×

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

×

{{ mesg|safe }}
{% endfor %} {% if video_link :%} {% for row in video_link : %}

{{video_name | safe}}

{{speaker_name | safe}}

Day - {{program_day}} | {{row.session_date.strftime('%d-%b-%Y') or ''}} ( {{ row.session_date.strftime("%A")}} ) | HALL - {{row.hall or '' }}


{% endfor %} {% else %}
No Videos
{% endif %}
{% if min_video_id and min_video_id != video_id :%}   PREVIOUS {% endif %}
{% if max_video_id and max_video_id != video_id :%} NEXT   {% endif %}
{% endblock %} {% block script %} {% endblock %}