{% extends 'base.html' %} {% load url from future %} {% block pagetitle %}

Django Impersonate User List

{% endblock %} {% block content %} {% if page.object_list %} {% endif %} {% if page.has_previous %} Previous Page   {% endif %} {% if page.has_next %} Next Page   {% endif %} {% endblock %}