{% extends "base.html" %} {% block content %}

Users

{% for user in users %} {% endfor %}
{% with target="users" %}{% include "pagination.html" %}{% endwith %}
{% endblock %}