{% set color_scheme_class = 'theme-' ~ (dashboard_color_scheme or 'classic') %}
{% set initial_logo_url = dashboard_logo_light_url or dashboard_logo_dark_url %}
{% if initial_logo_url %}
{% endif %}
{{ _('Charging Infrastructure Monitor') }}
{{ _('Toggle theme') }}
{{ _('Language') }}
{% for code, label in available_languages.items() %}
{{ _(label) }}{% if current_language == code %} ✓{% endif %}
{% endfor %}
{{ _('Tenant') }}
Admin
{% for tenant in dashboard_tenants %}
{{ tenant }}
{% endfor %}
{{ _('Logout') }}
{% set show_broker_group = 'ocpp_broker' not in dashboard_hidden_menus %} {% set show_cpms_group = ('mini_cpms' not in dashboard_hidden_menus) or ('plug_and_charge' not in dashboard_hidden_menus) or ('ocpi' not in dashboard_hidden_menus) %} {% if show_broker_group %}
{{ _('Broker') }}
{% endif %} {% if 'ocpp_broker' not in dashboard_hidden_menus %}
{{ _('OCPP Broker') }}
{{ _('Dashboard') }}
{{ _('Active Sessions') }}
{{ _('Connection Monitoring') }}
{{ _('Cyber Security') }}
{{ _('Fault Detection') }}
{{ _('Rules') }}
{{ _('Assignment') }}
{{ _('ID Tag Management') }}
{{ _('OCPI assignments') }}
{{ _('Authorization') }}
{{ _('RFID Mapping') }}
{{ _('Charging Sessions') }}
{{ _('OP Redirects') }}
{{ _('Broker Instances') }}
{{ _('Backends') }}
{% endif %}
{% if 'digital_charger_twins' not in dashboard_hidden_menus %}
{{ _('Digital Charger Twins') }}
{{ _('Configuration') }}
{{ _('Monitoring') }}
{% endif %} {% if show_cpms_group %}
{{ _('CPMS') }}
{% endif %} {% if 'mini_cpms' not in dashboard_hidden_menus %}
Core CPMS
{{ _('Connected Devices') }}
{{ _('Charging Sessions') }}
{{ _('Chargepoint Status') }}
{{ _('OCPP Commands') }}
{{ _('Server Startup Configuration') }}
{{ _('CP Config (OICP)') }}
{{ _('Local Lists') }}
{{ _('Local RFID Entries') }}
{{ _('Global RFIDs') }}
Voucher
{% endif %} {% if 'plug_and_charge' not in dashboard_hidden_menus %}
{{ _('Plug & Charge') }}
{{ _('Overview') }}
{{ _('Authorizations') }}
{{ _('Certificates') }}
{{ _('Hubject API Settings') }}
{{ _('Station Enablement') }}
{{ _('OCPP Commands') }}
{{ _('OCPP Certificates') }}
{{ _('SECC check digit') }}
{% endif %} {% if 'ocpi' not in dashboard_hidden_menus %}
{{ _('OCPI') }}
{{ _('Monitoring') }}
{{ _('Sessions / CDRs') }}
{{ _('Sync status') }}
{{ _('Command Queue') }}
{{ _('Settings') }}
{{ _('OCPI Backends') }}
{{ _('Partners / EMSPs') }}
{{ _('Tariffs') }}
{{ _('Locations') }}
{{ _('Charging Points') }}
{% endif %} {% if dashboard_current_user == 'admin' and 'tenants' not in dashboard_hidden_menus %}
{{ _('Tenants') }}
{{ _('Manage Tenants') }}
{{ _('Add Users') }}
{% endif %} {% if 'charging_analytics' not in dashboard_hidden_menus %}
Charging Analytics
{{ _('Processed Charging Sessions') }}
{{ _('All Charging Sessions') }}
{{ _('Fleet Vehicles') }}
{{ _('Vehicle Database') }}
{% endif %} {% if 'energy' not in dashboard_hidden_menus %}
Energy
{{ _('Monitoring and Errors') }}
{{ _('Device List') }}
{{ _('Not Connected') }}
{% endif %} {% if 'vehicle_inspection' not in dashboard_hidden_menus %}
Vehicle Inspection
{{ _('Battery Health Dashboard') }}
{{ _('Inspection Methodology') }}
{{ _('Battery Degradation') }}
{{ _('Manual Odometer Entry') }}
{{ _('Manual SOH Entry') }}
{% endif %}
{{ _('System') }}
{{ _('Settings') }}
{{ _('Change Password') }}
{{ _('Links') }}
{{ _('System Configuration') }}
{{ _('External API') }}
{{ _('API Docs (Swagger)') }}
{{ _('Branding') }}
{% if 'monitoring' not in dashboard_hidden_menus %}
{{ _('Monitoring') }}
{{ _('OCPP Broker Monitor') }}
{{ _('OCPP Server Monitor') }}
{% endif %} {% if 'maintenance' not in dashboard_hidden_menus %}
{{ _('Maintenance') }}
{{ _('Diagnostic Files') }}
{{ _('MQTT') }}
{{ _('AI Diagnostics') }}
{{ _('External API Logs') }}
{{ _('Firmware updates') }}
{{ _('Virtual Charging Station') }}
{% endif %}
{% block centercontent %} {% endblock %}