{{ _('Virtual Charging Station') }}

{{ _('Simulator status') }}: {% if sim_running %}{{ _('running') }}{% else %}{{ _('stopped') }}{% endif %}

{% for st in stations %}
{{ st.id }}






{{ _('Meter reading') }}: {{ st.meter }}

{% endfor %}