{% comment %} {% extends 'base.html' %} {% endcomment %} {% load static widget_tweaks %} {% block content %} {% for object in objects %}
{# Modal to confirm project delete #} {% include "confirm_modal.html" with objecttype=object_type objectid=object.id objectname=object %} {% endfor %} {% if error_msg %}{{ error_msg }}
{% endif %} {% endblock %}