{% load static %} {% with weekDays="Mon Tue Wed Thu Fri Sat Sun" %}

{{month}}

{{year}}


{% for i in weekDays.split %} {% endfor %} {% spaceless %} {% for i in cal %} {% for j in i %} {% endfor %} {% endfor %} {% endspaceless %}
{{i}}
{% if j != 0 %} {{ j }} {% endif %}
{% endwith %}