{% comment %} {% extends 'base.html' %} {% endcomment %} {% load static widget_tweaks %} {% block content %} {% for object in objects %}

DS{{ object }}

{# Button trigger modal and load with project form #}
{# Modal to confirm project delete #} {% 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 %} {% endfor %} {% if error_msg %}

{{ error_msg }}

{% endif %} {% endblock %}