{% extends 'neuro_backoffice/bo_layout.html' %} {% block title %}video{% endblock %} {% block content %}
VRSI 2022
Video recording of the live program
{% 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 : %}

{{row.video_name | safe}}

{{row.speaker_name or '' | safe}}


{% endfor %} {% else %}
No Videos
{% endif %}
{% endblock %} {% block script %} {% endblock %}