{{ _('Plug & Charge – Stations') }}

{{ _('Enable or disable Plug & Charge per charging station.') }}

{% if error %} {% endif %} {% if message %} {% endif %}
{{ _('Station overview') }}

{{ _('Toggle PnC with one click and jump to OCPP actions.') }}

{% for station in stations %} {% endfor %}
{{ _('Chargepoint ID') }} {{ _('Activity') }} {{ _('PnC') }} {{ _('Actions') }}
{{ station.station_id }}
{{ station.source_url }}
{% if station.location_name %}
{{ station.location_name }}
{% endif %}
{{ station.activity or '—' }}
{% if chargepoint_query %} {% endif %} {% if station.pnc_enabled %} {{ _('Active') }} {% else %} {{ _('Inactive') }} {% endif %}
{{ _('OCPP Commands') }}
{{ _('Page %(page)s of %(total)s (Total: %(count)s)', page=current_page, total=total_pages, count=total_stations) }}