{% extends 'lara_django_base/lara_base.html' %} {% block toolbar %}

{{ section_title }}

{% endblock %} {% load crispy_forms_tags %} {% block content %}
{% csrf_token %} {# check, if selected rows exists, then iterate over it and display the name #} {% if object.selected_rows %} {% for row in object.selected_rows %}

{{ row }}

{% endfor %} {% endif %}

Are you sure you want to delete all selected objects "?

{% endblock %}