{% if legend_position == 'left' or legend_position == 'right' %}
{% endif %}
{{ calendar.month_name }} {{ calendar.year }}
{% if show_month_nav %}
{% endif %}
{% if show_legend and legend_position == 'top' %}
{% for item in legend_items %}
{{ item.label }}
{% endfor %}
{% endif %}
{% for day in calendar.weekdays %}
{{ day }}
{% endfor %}
{% for week in calendar.weeks %}
{% for day in week %}
{% if show_avatar and day.avatar %}
{% endif %}
{{ day.day }}
{% if day.status and day.current_month %}
{% endif %}
{% if show_tooltips and day.current_month and day.status %}