{% trans "RFID card" %}
{% if public_enabled %} {% trans "Public usage view active" %} {% else %} {% trans "Public usage view inactive" %} {% endif %}
| {% trans "Started" %} | {% trans "Ended" %} | {% trans "Charge point" %} | {% trans "kWh" %} | {% trans "Status" %} |
|---|---|---|---|---|
| {% if transaction.stopped_at %}{% else %}{% trans "In progress" %}{% endif %} | {{ transaction.charger_label }} | {{ transaction.energy_kwh|floatformat:2 }} | {{ transaction.status|title }} | |
| {% trans "No charging sessions found." %} | ||||
| {% trans "Time" %} | {% trans "Status" %} | {% trans "Source" %} | {% trans "Reason" %} |
|---|---|---|---|
| {{ attempt.status|title }} | {{ attempt.source|title }} | {{ attempt.reason|default:"-" }} | |
| {% trans "No recent card activity found." %} | |||