{% extends "base.html" %} {% load static %} {% load custom_filters %} {% block content %} {% include "includes/sidenav.html" %}
{% include "education/includes/course_sidebar.html" %}

{{ course.title }}

Progress
{{ course_progress }}% complete

{{ course.description }}

/
{% for section in sections %} {% for lecture in section.lectures.all %} {% endfor %} {% endfor %}
{% endblock content %} {% block extra_js %} {% endblock extra_js %}