{% extends "base.html" %} {% block title %}Dashboard — Aura{% endblock %} {% block content %}

Dashboard

Connecté à {{ config.api_endpoint }}

Inactif

Tracking CO2

DURÉE
ÉMISSIONS
PROJET
{{ config.default_project or "—" }}

Configuration

{% for key, val in config.items() %}
{{ key }}
{{ val }}
{% endfor %}
Modifier
{% endblock %} {% block scripts %} {% endblock %}