{% extends 'adminlte/lib/base.html' %} {% block content %}
{% include 'adminlte/lib/_list_search_form.html' %}
{% for group in pager.items %} {% endfor %}
# name -
{{ forloop.counter }} {{ group.name }} Delete
{% endblock %}