{% extends 'base.html' %} {% block content %}
Start: {{ long_term_consumption['start_fuel'] }}
End: {{ long_term_consumption['end_fuel'] }}
Total km: {{ long_term_consumption['km_fuel'] }}
Total liters: {{ long_term_consumption['liters_fuel'] }}
Average: {{ long_term_consumption['average_fuel'] }}
Start: {{ long_term_consumption['start_electric'] }}
End: {{ long_term_consumption['end_electric'] }}
Total km: {{ long_term_consumption['km_electric'] }}
Total kWh: {{ long_term_consumption['kWh_electric'] }}
Average: {{ long_term_consumption['average_electric'] }}
| {{ colName }} | {% endfor %}
|---|
| {{ col }} | {% endfor %}
| {{ colName }} | {% endfor %}
|---|
| {{ col }} | {% endfor %}
| {{ colName }} | {% endfor %}
|---|
| {{ col }} | {% endfor %}