{% extends "base.html" %} {% block title %}Overview - AISBF Dashboard{% endblock %} {% block content %}

Dashboard Overview

AISBF v{{ __version__ }} — Admin

Settings
{{ providers_count }}
Providers
{{ rotations_count }}
Rotations
{{ autoselect_count }}
Autoselects
{{ users_count if users_count is defined else '—' }}
Users

 Server

Host{{ server_config.host }}
Port{{ server_config.port }}
Protocol{{ server_config.protocol|upper }}
Auth{{ 'Enabled' if server_config.auth_enabled else 'Disabled' }}

 Quick Actions

{% endblock %}