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