{{index}}. {{ chapter.title }}
{{ chapter.description or "" }}
{% for lesson in chapter.get_lessons() %}
{{ lesson.title }}
{% if show_progress and not course.is_mentor(frappe.session.user) and lesson.get_progress() %}
{{ lesson.get_progress() }}
{% endif %}
{% endfor %}