6 lines
192 B
HTML
6 lines
192 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)}}
|
|
{% endfor %}
|