{% extends "base.html" %} {% load i18n calendarium_tags %} {% load url from future %} {% block main %}
{% trans "Monday" %} | {% trans "Tuesday" %} | {% trans "Wednesday" %} | {% trans "Thursday" %} | {% trans "Friday" %} | {% trans "Saturday" %} | {% trans "Sunday" %} | |
---|---|---|---|---|---|---|---|
{% 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 %}