{% extends "base.html" %} {% block title %} CUCC expedition calendar: {% if expedition %} {{ expedition.year }} {% else %} choose a year {% endif %} {% endblock %} {% block javascript %} {% endblock %} {% block content %} {% if expedition %} {% for date in expedition.ListDays %} {% ifchanged date.month %} {% else %} {% endifchanged %} {% endfor %} {% for date in expedition.ListDays %} {% endfor %} {% for date in expedition.ListDays %} {% endfor %} {% endif %} {% endblock %}
{{ date|date:"F" }}
{{ date|date:"D" }}
{{ date|date:"d" }}