{% 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 :%} {% 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 %}