{% extends "base.html" %} {% block title %}Analytics - KYGNus{% endblock %} {% block content %}

Analytics Dashboard

Total Views

{{ total_views }}

Total Videos

{{ total_videos }}

Video Performance

{% for item in video_structure %} {% if item.type == 'video' %} {% elif item.type == 'folder' %} {% for video in item.contents %} {% endfor %} {% endif %} {% endfor %}
Video Name Views Upload Date Duration
{{ item.name }} {{ item.views }} {{ item.upload_date }} {{ item.duration }}
{{ video.name }} ({{ item.name }}) {{ video.views }} {{ video.upload_date }} {{ video.duration }}
{% endblock %}