{% if course.get_chapters() | length %}
Course Outline
{% 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 %}
{% endif %}