{# T55 admin topbar — terminal-brutalist. #} {# Renders a sticky breadcrumb strip on the left and the operator's #} {# email + role badge + sign-out form on the right. Pages override the #} {# ``breadcrumb`` block to swap the trail. #}
{%- if user_role == 'super_admin' -%}[super_admin] {%- elif user_role == 'admin' -%}[admin] {%- else -%}[{{ user_role }}] {%- endif -%} {{ user_email }}