{{ page.title }}
{{ page.description }}
{% blocktrans %}Program{% endblocktrans %}
{{ page.program|richtext }}
{% blocktrans %}When{% endblocktrans %}
- Begin: {{ page.begin }}
- End: {{ page.end }}
{% blocktrans %}Where{% endblocktrans %}
{{ page.location.name }}
{% if page.location.description %}{{ page.location.description }}
{% endif %} {% if page.location.has_address %}{% blocktrans %}Pulic transport stops{% endblocktrans %}
-
{% for stop in page.public_transport_stops %}
- stop.line_number stop.name stop.type {% endfor %}