{%extends "base.html"%} {% block content %}
{{month.format('F Y')}}
{% for day in weekdays %} {% endfor %} {% for week in month %} {% for day in week %} {% endfor %} {% endfor %}
{{day}}
{{day.format('j')}} {% set day_records = attribute( records, day.format('Y-m-d') ) %} {% if day_records %} {% endif %}
{% endblock %}