{% extends "neuro_backoffice/bo_layout.html" %} {% block title %}video{% endblock %} {% block content %}
TNOA 2023
Video recording of the live program

Session Time : 00:00

{% set session_end_at = data.session_end_time %}
Session logs off in 0{{diff_hour}}: {{diff_minutes}}: {{diff_seconds}} hours
{% if video_link : %} {% for row in video_link : %} {% endfor %} {% else : %} {% endif %}
Number Title
{{loop.index}} {{row.video_name | safe}}
Records does not exist.

{% if video_link :%} {% for row in video_link : %}
{% 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 %}