{% extends "base.html" %} {% block title %}{{ _('GPS Mileage Tracking') }}{% endblock %} {% block content %}

{{ _('GPS Mileage Tracking') }}

{{ _('Back to Mileage') }}

{{ _('Use your device GPS to record route points, calculate distance, and convert the track into an expense.') }}

{{ _('Track ID') }}: -
{{ _('Status') }}: {{ _('Idle') }}
{{ _('Distance (km)') }}: -
{{ _('Distance (miles)') }}: -
{% endblock %}