{% extends 'base.html' %} {% load pagination_tags %} {% load humanize %} {% block content %}
switch to comic search
{% with count=users.count %} {% endwith %}
{% autopaginate users 25 %} {% for user in users %} {% include "search/user_item.html" %} {% endfor %} {% paginate %} {% endblock %}