{% extends 'topopartner/base.html' %} {% load mathfilters %} {% load static %} {% block title %}{{ track.label }} ∣ Tracks ∣ {{ block.super }}{% endblock title %} {% block head %} {{ block.super }} {% endblock head %} {% block body %}

{% if track.is_itinerary %}Itineraries{% else %}Recordings{% endif %} ❭ {{ track.label }}

{% include 'topopartner/map.html '%}
Distance {% if track.distance %}{{ track.distance | mul:.001 | floatformat }}{% else %}––{% endif %}km Uphill {% if track.uphill %}{{ track.uphill | floatformat:"0" }}{% else %}––{% endif %}m {% if track.is_itinerary %} Duration {% else %} Duration {% endif %} {% if track.duration %}{{ track.pretty_duration }}{% else %}––{% endif %} Car directions GPX
{% if track.comment %}

{{ track.comment | safe }}

{% endif %} {% if track.date_visited %}

Recorded on {{ track.date_visited }}.

{% endif %} {% if request.user.is_authenticated %}

Edit Fetch elevation

{% endif %}
{% endblock body %}