{% extends "manage.html" %} {% load static %} {% block title %} Lesson Views {% endblock %} {% block script %} {% endblock %} {% block content %}
Sr No. | Student Name | Last access on | Started on | Current Duration | Video Duration | Percentage Watched | Watched Once Completely | Total Time Spent |
---|---|---|---|---|---|---|---|---|
{{ forloop.counter0|add:objects.start_index }} | {{track.user.get_full_name}} | {{track.get_last_access_time}} | {{track.creation_time}} | {{track.get_current_time}} | {{track.get_video_duration}} | {{track.get_percentage_complete}} | {{track.get_watched}} | {{track.time_spent}} |