{% extends "campermode/base.html" %} {% block title %}Dashboard — CamperMode{% endblock %} {% block head %} {% endblock %} {% block content %}
Cycle: {{ state.cycle_number }}
Phase remaining: —
Total remaining: —
Car climate: {% if state.climatization_state == "off" %} OFF {% elif state.climatization_state %} {{ state.climatization_state | upper }} {% else %} — {% endif %}