COMMAND DECK MILEAGE · LOG
{% include 'includes/today_panel.html' %} {% include 'includes/active_timer_strip.html' %}

// Mileage

+ LOG MILES
{% if active_trips %}
⌖ ACTIVE TRIP{{ 'S' if active_trips|length > 1 else '' }} {{ active_trips|length }}
    {% for t in active_trips %}
  • {{ t.project_title or '(no project)' }} {% if t.description %}{{ t.description }}{% endif %} started @ {{ '%.1f' % t.odometer_start }} mi
    FINISH →
  • {% endfor %}
{% endif %}
loading…
Date Project Trip Miles $ Status
loading…