User Index
{% for user in users %}
{{ user.id }}: {{ user.name }}
{% endfor %}