{{ _('Core CPMS – Chargepoint Status') }}

{{ _('Latest status updates for all charge points based on the most recent StatusNotifications.') }}

{% if error_message %} {% endif %} {% if success_message %} {% endif %}
{% if response_payload %}
{{ _('Response from the OCPP server') }}
{% if response_payload is mapping or response_payload is sequence %}{{ response_payload | tojson(indent=2) | safe }}{% else %}{{ response_payload }}{% endif %}
{% endif %} {% if fetch_error %} {% endif %}
{% if statuses %} {% for entry in statuses %} {% endfor %} {% else %} {% endif %}
{{ _('Status') }} {{ _('Station') }} {{ _('Connector') }} {{ _('Status message') }} {{ _('Error Code') }} {{ _('Info') }} {{ _('Vendor') }} {{ _('Reported') }} {{ _('Updated') }}
{{ entry.indicator }} {{ entry.chargepoint_id or '-' }} {{ entry.connector_id }} {{ entry.status }} {{ entry.error_code }} {{ entry.info }} {{ entry.vendor_id }} {{ entry.status_timestamp or '-' }} {{ entry.updated_at or '-' }}
{{ _('No status messages are available yet.') }}