{% extends "base.html" %} {% load static from staticfiles %} {% block page_name %} Members List - {% endblock %} {% block breadcrumb %} > Members List {% endblock %} {% block content %}

{% csrf_token %}
{% include "page_list.html" with page=posters %}
{% include 'user_list.html' %} {% include "page_list.html" with page=posters %}
{% endblock %} {% block js %} {% include "require.html" with bootstrap="auto-suggest-bootstrap" %} {% endblock %}