{% extends "pages/base.html" %} {% load i18n %} {% block title %}{% trans "Charge Points" %}{% endblock %} {% block content %}

{% trans "Charge Points" %}

{% if show_demo_notice %} {% endif %} {% include "ocpp/includes/dashboard_table_rows.html" %}
{% trans "Name" %} {% trans "Serial Number" %} {% trans "Total kW" %} {% trans "Today's kW" %} {% trans "Last Session" %} {% trans "Status" %}
{% endblock %}