{% comment %} {% extends 'base.html' %} {% endcomment %} {% load static widget_tweaks %} {% load crispy_forms_tags %} {% block content %}
{% for object in objects %}
{# Button trigger modal and load with project form #}
{# Modal to confirm project delete #} {% if delete_url %} {% include "confirm_modal_url.html" with objecttype=object_type objectid=object.id dsid=ds.id objectname=object delete_url=delete_url edit_url=edit_url %} {% else %} {% include "confirm_modal.html" with objecttype=object_type objectid=object.id objectname=object %} {% endif %} {% endfor %} {% if error_msg %}

{{ error_msg }}

{% endif %} {% endblock %}