{% extends "project-base.html" %} {% block title %} Delete {{resource_type}} - {{project.name}} {% endblock %} {% block content %}
{{csrf_token()}}

Do you really want to remove the {{resource.name}} {{resource_type}} from the {{project.name}} project?

Cancel {{icon('caret-right')}}
{% endblock %}