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