{#- The two authored fields shared by every maintenance set/edit form. The reason
is raw Markdown source — never rendered DOM round-tripped back into a control —
so it is a textarea even when today's explanation happens to be one line.
`prefix` keeps labels unique on the member page, which may carry hundreds of
editors. The duration-or-expiry value deliberately stays one line, blank keeps
the ADR-0014 configured-default rule, and the click-opened help makes its exact
grammar discoverable without a hover gesture or a second client-side parser. -#}
{% macro maintenance_fields(reason, duration, prefix, maintenance_default,
maintenance_timezone, compact=false) -%}
Markdown is supported; raw HTML is shown as text.
Timezone: {{ maintenance_timezone }} — used when the input has no
Z or numeric offset.