{% extends 'members_template.html' %} {% load bootstrap3 %} {% block members_content %}
{{ content|safe }}

Type in the names below and then select them from the dropdown.

{% include 'base/bulk_select_members.html' with method="GET" %}
{% endblock %}