{% extends "base.html" %} {% block title %}Dashboard — VPN Control Panel{% endblock %} {% block content %}

Dashboard

{{ active_users }} / {{ total_users }}
Active Users
{{ total_tariffs }}
Tariffs
{{ active_servers }} / {{ total_servers }}
Active Servers
{{ confirmed_payments }} / {{ total_payments }}
Confirmed Payments
{{ "%.2f"|format(total_revenue) }}
Revenue (RUB)
{% endblock %}