{{ evcs.display_name }} {% if evcs.serial_number %} ({% trans "Serial" %}: {{ evcs.serial_number }}) {% endif %}
{% trans "Total kW (all time)" %}: {{ evcs.total_kw|floatformat:2 }} · {% trans "Total kW (period)" %}: {{ evcs.total_kw_period|floatformat:2 }}
| {% trans "Session kW" %} | {% trans "Session start" %} | {% trans "Session end" %} | {% trans "Time" %} | {% trans "Connector" %} | {% trans "RFID label" %} | {% trans "Account" %} |
|---|---|---|---|---|---|---|
| {{ row.session_kwh|floatformat:2 }} | {% if row.start %} {% else %}—{% endif %} | {% if row.end %} {% else %}—{% endif %} | {{ row.duration_minutes|default_if_none:"—" }} | {% if row.connector is not None or row.connector_label %}{{ row.connector_label|default:row.connector }}{% else %}—{% endif %} | {{ row.rfid_label|default:"—" }} | {{ row.account_name|default:"—" }} |
{% trans "No charging sessions recorded for this charge point." %}
{% endif %}