{# Sticky thin rail rendered on per-site admin pages. Shows action_required + status notices only (info/warn live on the dashboard). No dismiss controls in the rail. Expects in context: - notices: list[AdminNotice] - site: current Site #} {% set rail_notices = notices | selectattr("severity", "in", ["action_required", "status"]) | list %} {% if rail_notices %} {% endif %}