Delete <%= @organisation.name %>
<%= content_for(:title) %>
<%= govuk_warning_text(text: "You will not be able to undo this action.") %>
<%= govuk_button_to(
"Delete this organisation",
delete_organisation_path(@organisation),
method: :delete,
) %>
<%= govuk_button_link_to "Cancel", organisation_path(@organisation), html: { method: :get }, secondary: true %>