{% extends "base_2col.html" %} {% block title %}All Authors{% endblock %}

All users

{% block content-main %}

{% if has_previous %} < Previous {{ results_per_page }} {% endif %}   {% if has_next %} Next {{ results_per_page }} > {% endif %}

{% endblock %} {% block content-related %} Here is a list of all the authors {% endblock %}