{% if session.get('original_admin_id') %}
Viewing site as {{ current_user.username }}
Stop Impersonating
{% endif %}
BookApp AI
v{{ app_version }}
{% if current_user.is_authenticated %} {% if current_user.is_admin %}
Admin
{% endif %}
Personas
Spend: ${{ "%.2f"|format(current_user.total_spend) }}
Hello, {{ current_user.username }}
Logout
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}