{% if rows|length > 0 %} {%set a = false%} {% for row in rows %} {%set a = not a%} {% endfor %}
# Usuário Data do acesso IP
{{ loop.index }} {{ row.txt_login }} {{ row.dat_acesso|date('locale.datetime'|trans) }} {{ row.num_ip }}
{% else %} Nenhum registro encontrado. {% endif %}