{% extends "base.html" %} {% load i18n %} {% block main %}

{% trans "Occurrences" %}

{% include "calendarium/partials/category_list.html" %}
{% csrf_token %}
{% for occurrence in occurrences %} {% endfor %}
{{ date|date:'D m/d' }}

{{ occurrence }}

{% endblock %}