{% load static wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags txtutils_tags %}
{{ self.heading }}

{{ self.title }}

{% if self.description %}
{{ self.description | richtext }}
{% endif %} {% for c in self.courses %} {% with c.value as course %} {# first permission is for course visibility, 2nd for list visibility #} {% include 'lxp/snippets/course_summary_block.html' with img_w=4 des_w=8 %} {% endwith %} {% endfor %}