{% t .header %}

{% for event in course.events %}
{{ event.title }}
{% t shared.event_types, key: event.event_type %}
{% endfor %}