{% extends "brickwork/shell/app.html" %} {% load i18n %} {% comment %} Wizard pattern (04-interfaces.md section 4b, 0.14.0, brickwork#59): the structural shell for a multi-step flow. A consuming page EXTENDS this template, never includes it; the pattern itself extends shell/app.html, so every shell block stays available to the extending page. Blocks (semver-public, BR-BW-TPL-001): page_header default: _page_header.html wired from title/description. wizard_stepper default: _stepper.html wired from the steps context var. Override to replace the progress indicator entirely (e.g. to hide it on a single-step confirmation screen). wizard_step default: empty. The current step's own form/content. This is the ONE block a consuming step template exists to fill. wizard_nav default: a nav row with an optional back link (back_url) at the start and the block's own trailing content (typically the step's submit button, which lives INSIDE the step's own