{% comment %} RIMS filter facet rail — a row of clickable status pills that filter a list view. Lifted out of inline markup in `repository` v2 + `grants` queue templates so every list page renders the same shape. Args: facets: iterable of dicts/objects with keys: label (str) — visible text href (str) — destination URL (typically ?status=draft etc.) count (int|None) — optional badge count, hidden when None active (bool) — renders the active pill style icon (str|None) — optional SVG path (rendered if present) aria_label (str) — accessible label for the rail (default "Filter") {% endcomment %} {% if facets %} {% endif %}