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

Select {{ model }} to change

{% if has_add_permission %} Add {{ model|title }} {% endif %}

{% for obj in object_list %} {% endfor %}
{{ model|title}}
{{ obj }} detail {% if has_edit_permission %} edit {% endif %} {% if has_delete_permission %} delete {% endif %}
{% endblock content %}