{% extends "admin2/bootstrap/base.html" %} {% load admin2_urls %} {% block content %}

Select {{ model }} to change

{# if has_add_permission #} add {# endif #}

Action: Go TODO of {{ object_list|length }} selected {% for obj in object_list %} {% endfor %}
{{ model|title}}
{{ obj }} detail {# if has_edit_permission #} edit {# endif #} {# if has_delete_permission #} delete {# endif #}
{{ object_list|length }} {{ model }}{{ object_list|pluralize }}
{% endblock content %}