{% extends "courses/base_grouped_content.html" %} {% load dashboard_extras %} {% load i18n %} {% load rjs %} {% block javascript %} {{ block.super }} {% endblock javascript %} {% block table_title %} {% trans "Total Video Views" %} {% endblock table_title %} {% block chart_info %} {% trans "Total Video Views" as chart_info %} {% include "courses/_chart_info.html" with chart_info=chart_info %} {% endblock chart_info %} {% block content_nav %} {% trans "What were the viewing patterns for this video?" as heading_note %} {% include "courses/_video_content_nav.html" with selected_third_level=video selected_first_level=section first_levels=sections selected_second_level=subsection second_levels=subsections third_levels=js_data.course.primaryContent heading_note=heading_note %} {% endblock %} {% block chart_tip_text %} {% trans "The number of students who watched each segment of the video, and the number of replays for each segment." %} {% endblock %} {% block module_meta %}
{% endblock %} {% block module_controls %}