{% extends "base.html" %} {% load i18n calendarium_tags %} {% block main %}
{% for weekday in weekdays %} | {{ weekday }} | {% endfor %}
---|---|
{% trans "View" %} | {% for day, occurrences, current in week %}
{% if day != 0 %}
{{ day }}
{% for occurrence in occurrences %}
{% endfor %}
{% endif %}
|
{% endfor %}