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

Select {{ model }} to change

TODO of {{ object_list|length }} selected
{# if has_add_permission #} Add {{ model }} {# endif #}
{% for obj in object_list %} {% endfor %}
{{ model|title}}
{{ obj }}

{{ object_list|length }} {{ model }}{{ object_list|pluralize }}

{% endblock content %}