{% block extra_css %}{% endblock %}

AISBF Dashboard v{{ __version__ }}

{% if request.session.logged_in %}
{% if is_aisbf_cloud %} {% endif %} Docs About License {% if request.session.role == 'admin' %} {% endif %}
Logout
{% endif %}
{% if request.session.impersonating_as %}
⚠ Impersonating: {{ request.session.username }}  —  Stop impersonating (return to admin)
{% endif %} {% if request.session.logged_in and show_upgrade_banner %}
Want higher limits? Upgrade your plan for more requests and features!
View Pricing Plans
{% endif %} {% if request.session.logged_in %}
{% endif %}
{% block content %}{% endblock %}
{% if is_aisbf_cloud and not welcome_shown %} {% endif %}

Notice

{% block extra_js %}{% endblock %} {% if request.session.user_id %} {% endif %}