{% extends "base.html" %} {% load short_codes thumbnail %} {% block title %}{{ occurrence.name }}{% endblock %} {% block main %} {% with photos=occurrence.get_photos %}

{{ occurrence.name }}

{{ occurrence.start }}{% if occurrence.end %} - {{ occurrence.end.time }}{% endif %}

Add to calendar {% include "course/_add_to_calendar.html" with calendar_event=occurrence %}

{{ occurrence.description|explosivo }}

{% include "widgets/side_photos.html" %}
{% endwith %} {% endblock %}