{{ _('Charging Sessions') }}

{% if import_feedback and import_feedback.status %} {% endif %} {% for s in sessions %} {% endfor %}
{{ _('Analysis') }} {{ _('Chargepoint') }} {{ _('Connector') }} {{ _('Session ID') }} {{ _('Start') }} {{ _('End') }} RFID {{ _('Energy (kWh)') }} {{ _('OCMF Energy (kWh)') }} SQL
{% if s.id %} {% else %}   {% endif %} {% if s.id %} {% endif %} {{ s.station_id }} {{ s.connector_id }} {{ s.id }} {{ s.start }} {{ s.end }} {{ s.id_tag }} {% if s.energy is not none %}{{ '%.3f'|format(s.energy) }}{% endif %} {% if s.ocmf_energy is not none %}{{ '%.3f'|format(s.ocmf_energy) }}{% endif %} {% if s.id %} {% endif %}