{% extends 'adminlte/lib/base.html' %} {% block content %}
{% include 'adminlte/lib/_list_search_form.html' %}
{% for item in pager.items %} {% endfor %}
# username email
{{ forloop.counter }} {{ item.username }} {{ item.email }}
{% endblock %}