◆ SubmitStream
{% if user %} {% if impersonating %}{% else %} {% if user.is_admin %}
Admin
{% endif %} {% if user.can_create %}
Account
{% endif %} {% endif %}
Dashboard
{% if not impersonating %}
Log out
{% endif %} {% else %}
Sign in with BW
{% endif %}
{% if impersonating %}
👁 Viewing as
{{ user.name or user.email }}
(read-only)
Return to yourself
{% endif %}
{% block content %}{% endblock %}