{% extends "courses/engagement_grouped_content.html" %} {% load i18n %} {% load render_bundle from webpack_loader %} {% block engagement_javascript %} {% render_bundle 'engagement-videos-main' %} {% endblock engagement_javascript %} {% block content_nav %} {% trans "How did learners interact with videos in this subsection?" as heading_note %} {% include "courses/_video_content_nav.html" with active="third_level" 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 "Each bar shows the counts of complete and incomplete views for that video. Click to understand where learners drop off and which parts they replay." %} {% endblock %}