ID
Email
Status
{% for user in users %}
{{user.id}}
{{user.email}}
{{user.status}}
{% endfor %}