{% for user in users %}
{% for i in user %} {{i.name}} {% endfor %}
{% endfor %}