Results:

A1 {{users}} A2 {% for user in users %} x
{{ user.id }}, {{ user.username }}, {{ user.email }}
{% endfor %}