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