{% extends "layout.html" %} {% block body %}
Odometer | Time | Oil | Litres | $/Litre | $ Total |
---|---|---|---|---|---|
{{ point['odometer'] }} | {{ point['time'] }} | {{ point['oilhealth'] }} | {{ point['fuel'] }} | {{ point['fuelcost'] }} | {% if point['fuel'] %}{{ '%0.2f' % ((point['fuel'] | float) * (point['fuelcost'] | float)) }} | {% endif %}