{% extends 'base.html' %} {% block body %} {% if occurrences %} {% for occurrence in occurrences %} {% endfor %} {% else %}
There are no events.
{% endif %} {% endblock %}