{% extends "base.html" %} {% load short_codes thumbnail %} {% block title %}{{ occurrence.name }}{% endblock %} {% block main %} {% with photos=occurrence.get_photos %}
{{ occurrence.start }}{% if occurrence.end %} - {{ occurrence.end.time }}{% endif %}
{{ occurrence.description|explosivo }}