{# SETTINGS · System save-result banner (R4a). Swapped into #sys-save-result after POST /settings/system. Renders a success confirmation or an error notice. Context: saved : truthy on a successful persist saved_count : number of fields written (optional, success only) saved_error : error string (when the save failed) #} {% if saved_error %} {% elif saved %}
Saved. Settings written to the console app-DB{% if saved_count %} · {{ saved_count }} field{{ 's' if saved_count > 1 else '' }} applied{% endif %}.
{% endif %}