{% extends 'FirstApp/template.html' %} {% block javascript %} {% load static %} {% endblock %}
{% block 'container-fluid' %}
{% load static %}

Video Results

Lecturer Subjects
{% if lecturer_subjects.count == 0 %}
No subjects
{% else %}
{% for subject in subjects %} {% endfor %}
Subject Name Year
{{ subject.0.name}} {{ subject.0.year }}
{% endif %}
View timetable
No lecture is selected
List of Lecture Videos
{% for video in Videos %} {% endfor %}
Video Name Length
{{ video.name }} {{ video.duration }}
Emotion Detection

No content to be displayed

Gaze Estimation

No Gaze estimation content to be displayed

Student Activity Recognition

No Activity Recognition content to be displayed

{% endblock %}
{% block 'modal' %} {% endblock %}