{% load static %} {% with weekDays="ش ی د س چ پ ج" %}

{{monthName}}

{{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 %}