AISBF Dashboard v{{ __version__ }}

{% if request.session.logged_in %}
Docs About License {% if request.session.role == 'admin' %} {% endif %} Logout
{% 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 %}
{% block extra_js %}{% endblock %}