{% extends "base.html" %} {% block title %}Analytics - KYGNus{% endblock %} {% block content %}
| 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 }} |