{% extends 'portal.html' %} {% block title %} {{object.content_object}} | {{object}} | Delete {% endblock title %} {% block breadcrumbs %}
  • {{object.content_object}}/
  • delete {{object}}/
  • {% endblock breadcrumbs %} {% block content %}

    Delete {{object}}

    {{object.description|safe}}

    {% include "hawc/_delete_block.html" with name="attachment" notes="This will remove the attachment." %} {% endblock content %}