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

{% trans "Occurrences" %}

{% csrf_token %}
{% for date, occurrences, current in week %} {% endfor %} {% for date, occurrences, current in week %} {% endfor %}
{{ date|date:'D m/d' }}
{% for occurrence in occurrences %}

{{ occurrence }}

{% endfor %}
{% endblock %}