{% 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 | Total visits |
---|---|---|---|---|---|---|---|
{{ forloop.counter0|add:objects.start_index }} | {{track.user.get_full_name}} | {% with track.get_last_access_time_and_vists as time_and_visits %}{{time_and_visits.0}} | {{track.creation_time}} | {{track.current_time}} | {{track.video_duration}} | {{time_and_visits.1}} | {% endwith %}