{% if self.title %}
{% if self.icon %}{% endif %} {{ self.title }}
{% endif %}
{% if self.mobile %}
Clique no ícone para detalhar a informação.
{% endif %} {% for week_day in self.WEEK_DAYS %} {% endfor %} {% for row in self.rows %} {% for value in row %} {% if forloop.first %} {% else %} {% endif %} {% endfor %} {% endfor %}
{% if self.mobile %}{{ week_day.0 }}{% else %}{{ week_day }}{% endif %}
{{ value }} {% if self.form_prefix %} {% else %} {% for item in value %} {% if self.mobile %}
{% else %}{{ item|format }}{% endif %} {% endfor %} {% endif %}
{% if self.form_prefix %} {% endif %}