Files
enlight-lms/community/lms/widgets/CourseOutline.html
2021-06-02 13:52:50 +05:30

6 lines
221 B
HTML

<h2>Course Outline</h2>
{% for chapter in course.get_chapters() %}
{{ widgets.ChapterTeaser(index=loop.index, chapter=chapter, course=course, batch=batch, show_link=show_link, show_progress=show_progress)}}
{% endfor %}