{% load mathfilters %}
{{ track.label }}
{% if track.is_recording %} Recorded on {{ track.date_visited }} {% endif %}
{{ track.distance | mul:.001 | floatformat }}km  
{{ track.uphill | floatformat:"0" }}m  
{{ track.pretty_duration }} {% if track.public %}  
Public {% endif %}