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

{{ model_pluralized|title }}

{% if has_add_permission %} add {% endif %}
{% for obj in object_list %} {{ obj }} detail {% if has_edit_permission %} edit {% endif %} {% if has_delete_permission %} delete {% endif %}
{% endfor %} {% endblock content %}