{# Quick-switch user bar — persistent at top of every page #} {% load scoped_tags %} {% if demo_users %}
Demo User
{% for u in demo_users %} {{ u.first_name|default:u.username }} {% endfor %}
{% if scoped_principal %} Principal: {{ scoped_principal.id|truncate_id:12 }} · {{ scoped_principal.kind }} {% endif %} Logout
{% endif %}