AISBF Dashboard
{% if request.session.logged_in %}
License
Restart Server
Logout
{% endif %}
{% if request.session.logged_in %}
Overview
Providers
Rotations
Autoselect
Prompts
Analytics
{% if request.session.role == 'admin' %}
Users
{% endif %}
Settings
Docs
About
{% endif %}
{% block content %}{% endblock %}