{% load static %}

Lecturer Performance Evaluation System

{# Generate Report#}
Audio List
Date Subject Lecturer
{{ audio.date }} {{ audio.subject }} {{ audio.lecturer }}
{# #}
Video List
{% for video in Videos %} {% if video.isAvailable %} {% else %} {% endif %} {% endfor %}
Video Name Duration
{{ video.name }} {{ video.duration }}
Audio Summary
No audio content to be displayed
{% load static %}
Video Summary
No video content to be displayed
{##} {% load static %}