{% for key in rows.nomeExibicao %} "{{ key }}"{% if not loop.last %};{% endif %} {% endfor %} {% for row in rows.colunas %} {% for val in row %} "{{ val }}"{% if not loop.last %};{% endif %} {% endfor %} {% endfor %} {% if rows.unidadesDistintas %} "Total de Unidades Distintas no PerĂ­odo";"{{ rows.unidadesDistintas.total }}" {% endif %}