{% if rows.colunas|length > 0 %}
{% for key in rows.nomeExibicao %} {% endfor %} {%set a = false%} {% for row in rows.colunas %} {% for val in row %} {% endfor %} {%set a = not a%} {% endfor %} {% if rows.unidadesDistintas %} {#% for i in 2 .. rows.qtdColuna %#} {% if (rows.qtdColuna - 1) > 0 %} {% endif %} {#% endfor %#} {% endif %}
#{{ key }}
{{ loop.index }}{{ val }}
Total de Unidades Distintas no PerĂ­odo {{ rows.unidadesDistintas.total }}
{% else %} Nenhum registro encontrado. {% endif %}