{{ _('Edit wallbox') }}

{{ _('Configure routing, authentication, and optional monitoring in the sections below.') }}

{{ _('Basic data') }}

{{ _('Define the source address and optionally choose a predefined forwarding target.') }}

{{ _('The WebSocket address is completed automatically when a route is selected.') }}
{{ _('Unique ID for the public EVSE entry (one per wallbox).') }}

{{ _('Tenant assignment') }}

{{ _('Optionally assign the wallbox to a tenant. Without selection it remains with the admin tenant.') }}

{{ _('The selection controls which tenant the wallbox belongs to.') }}

{{ _('Location & remote access') }}

{{ _('Optional information about the station and its remote access.') }}

{{ _('Backend authentication') }}

{{ _('Optional Basic Auth credentials for backend requests.') }}

{{ _('OCPP connection') }}

{{ _('Define which OCPP version the wallbox should use.') }}

{{ _('With a fixed selection the broker only accepts the chosen protocol.') }}
{{ _('Current connection') }}
{% if connection_protocol_error %}
{{ connection_protocol_error }}
{% elif connection_protocol %} {{ connection_protocol }} {% else %} {{ _('Not Connected') }} {% endif %}

{{ _('Routing & monitoring') }}

{{ _('Control behavior and optional forwarding.') }}

{{ _('Store detailed session records and summary emails for this wallbox.') }}
{{ _('Send an email if the wallbox is offline for 30+ minutes and when it reconnects. Separate multiple addresses with semicolons; spaces are trimmed.') }}
{{ _('OCPI backend assignment') }}

{{ _('Activate the desired backends and optionally assign priorities.') }}

{% for backend in row.available_ocpi_backends %} {% set assignment = row.ocpi_assignment_map.get(backend.backend_id) %} {% endfor %} {% if not row.available_ocpi_backends %} {% endif %}
{{ _('Backend') }} {{ _('Active') }} {{ _('Priority') }}
{{ backend.name }}
{{ _('No OCPI backends configured. Please add them under "{menu}" first.', menu='' ~ _('OCPI Backends') ~ '')|safe }}