Informations connecteur :
Référence connecteur : {{ connector.currentTagID }}
Puissnace du chargeur : {{ connector.power /1000 }} KW
Type de connecteur: : {{ connector.type }}
Tarif (€ TTC)
Prix de session :
Prix Kwh consommé :
{% if parkingTimePrice-{{ connector.connectorId }} > 0 %}
Pénalités /h après charge complète
{% endif %}
{% if connector.status == 'Available'%}
Point de charge disponible
{% else %}
{% if connector.status == 'Finishing' %}
Charge terminée
{% else %}
{% if connector.status == 'Preparing' %}
Ce point de recharge est actuellement en cours d'utilisation
{% else %}
{% if connector.status == 'Charging' %}
Ce point de recharge est actuellement en cours d'utilisation
{% else %}
{% if connector.status == 'Unavailable' %}
Status du connecteur : Indisponible, Veuillez utiliser une autre borne
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% if connector.status == 'Charging' %}
{% include 'borne/_borne_charging.html.twig' %}
{% else %}
{% if connector.status == 'Preparing' %}
{% include 'borne/_borne_charging.html.twig' %}
{% else %}
{% if connector.status == 'Unavailable' %}
{% include 'borne/_borne_charging_no.html.twig' %}
{% else %}
{% if connector.status == 'Unavailable' %}
{% else %}
{% include 'borne/_borne_start.html.twig' %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}