{% trans "Charging Station Interface Endpoint" %}
{% trans "This endpoint is reserved for charging station communication." %} {% trans "Configure your OCPP station to connect to this address over secure WebSocket (wss)." %}
{{ ws_endpoint }}
{% trans "Supported OCPP versions:" %} {% for version in ocpp_versions %} OCPP {{ version }}{% if not forloop.last %}, {% endif %} {% endfor %}