{% extends "base.html" %} {% block title %}Fuel Log - BiweeklyBudget{% endblock %} {% block extra_head_css %} {% endblock %} {% block body %} {% include 'notifications.html' %}
Fuel Economy
Fuel Prices
Fuel Fills -
Date Vehicle Odometer Mi. Mi. Traveled (from veh.) Mi. Traveled (calc.) Start Fuel Level End Fuel Level Location $/Gal. Total Cost Total Gallons MPG (from veh.) MPG (calc.) Notes
Date Vehicle Odometer Mi. Mi. Traveled (from veh.) Mi. Traveled (calc.) Start Fuel Level End Fuel Level Location $/Gal. Total Cost Total Gallons MPG (from veh.) MPG (calc.) Notes
Vehicles -
{% for k in vehicles.keys()|sort %} {% endfor %}
ID Name Active?
{{ k }} {{ vehicles[k]['name'] }} {{ vehicles[k]['is_active'] }}
{% include 'modal.html' %} {% endblock %} {% block extra_foot_script %} {% endblock %}