{# Form body, swappable as a unit. Rendered both as the whole document (via form.html) and as the HTMX swap target on Save/Cancel/Edit. The layout's heading region owns the title / breadcrumb / subtitle; this body only carries the action buttons (which must move with the swap because they change between display/edit modes). #} {% set base = "/web/views/" ~ view.module ~ "/" ~ view.name %} {% set rec_url = base ~ "/record/" ~ (record_id if record_id else 'new') %}
Could not save:
{{ form_error }}