{% extends "gnotty/base.html" %} {% load url from future %} {% block content %} {% for month in months %} {% if forloop.counter0|divisibleby:3 %}
{{ month.month|date:"N Y" }} | ||||||
---|---|---|---|---|---|---|
{% if day.has_messages %} {{ day.date.day }} {% else %} {{ day.date.day }} {% endif %} | {% endfor %}
No messages.
{% endfor %} {% endblock %}