; the warning alert
names the destructive action in words (role="alert"), never colour
alone. Covered by the archetype harness's full gate sweep (render, axe
WCAG 2.2 AA, no horizontal overflow, light/dark distinctness, skip-link
first-tab-stop with JS disabled) at every W0.1 breakpoint, both themes.
Responsive: no breakpoint switch of its own; inherits shell/centred.html's
fluid, no-breakpoint centred panel.
{% endcomment %}
{% load brickwork_components %}
{% block page_title %}Delete project - Northwind{% endblock %}
{% block content %}
{% include "brickwork/components/_alert.html" with variant="warning" title="Delete the Q3 Migration project?" message="This deletes the project, its 47 tasks, and their attachments. It cannot be undone." %}
{% comment %}
The destructive action is a POST, never a link: a GET that deletes something
will eventually be triggered by a crawler or a prefetch. Cancel is a plain
anchor back to where the user came from.
{% endcomment %}
{% bw_button "Cancel" variant="ghost" href="/projects/q3-migration/" %}
{% endblock %}