{% extends "base.html" %} {% block title %}Routes — AHDX{% endblock %} {% block body %}

GPS routes

From the workout-routes files in your export. Click one to see its shape.

{% for r in routes %} {% else %} {% endfor %}
DateFilePoints
{{ (r['start_date'] or '')[:10] }} {{ r['filename'] }} {{ r['point_count'] }}
No routes yet. Import an export.zip (not just the xml) and they'll show up.
{% endblock %}