{% if self.as_pdf %}{% else %}
{{ self.title }}
{% if self.caption.items %}
Legenda
{% for color, description in self.caption.items %}
{{ description }}
{% endfor %}
{% endif %}
{% for month, calendar, details, visible in self.calendars %}
{% for line in calendar %} {% if forloop.first %} {% for item in line %} {% endfor %} {% else %} {% for item in line %} {% endfor %} {% endif %} {% endfor %}
{{ month }}
{{ item }}
{{ item.0 }}
{% for description, days in details.items %}
{{ description }}: {% for day in days %} {% if forloop.first or forloop.last %} {% if forloop.last and not forloop.first %} - {% endif %} {{ day }} {% endif %} {% endfor %}
{% endfor %}
{% endfor %}
{% if self.compact %}
Expandir/Retrair
{% endif %}
{% endif %}