{% include 'header.html' %} {% include 'wrapper.html' %}
{% for user in users%}
{{ user[1] }}
{{ user[2] }}

{% endfor %}


{% include 'wrapper_end.html' %} {% include 'footer.html' %}