{% load static attendance_tags %}
{% 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 %}
{{ day.date }}{% if day.note %}: {{ day.note }}{% endif %}
{% endif %}
{% endfor %} {% endfor %}
{% if show_legend and legend_position == 'bottom' %}
{% for item in legend_items %}
{{ item.label }}
{% endfor %}
{% endif %} {% if show_export %}
{% for format in export_formats %} {% endfor %}
{% endif %} {% if legend_position == 'left' or legend_position == 'right' %}
{% if show_legend %}
{% for item in legend_items %}
{{ item.label }}
{% endfor %}
{% endif %} {% endif %}