{% for row in rows %} {% if 'subrow' in row.keys %} toggle {% endif %} {% for key, value in row.items %} {% if key != 'subrow' and key != 'uuid' %} {{ value }} {% endif %} {% endfor %} {% if 'subrow' in row.keys %} {{ row.subrow|safe }} {% endif %} {% empty %} No records found. {% endfor %}