{% 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?

{# Deletion is complicated, some services don't support it yet #} {% if not undeletable %}
{% endif %}
Cancel {{icon('caret-right')}}
{% endblock %}