{{ session_info.get('sport', '').capitalize() }} - {{ session_info.start_time }}


{% if map_iframe %}
{% endif %}
{{ session_info.get('sport', '').capitalize() }} - {{ session_info.start_time }}
Duration: {{ track_duration }}
Length: {{ ((session_info.total_distance / 10) | int) / 100 }}km
Average heart rate: {{ session_info.avg_heart_rate }}bpm
Average speed: {{ ((session_info.enhanced_avg_speed * 3.6 * 100) | int) / 100 }}km/h
Top speed: {{ ((session_info.enhanced_max_speed * 3.6 * 100) | int) / 100}}km/h
Total calories: {{ session_info.total_calories }}kcal
Activity report generated with watchmap{% if fit_file %} - Download source FIT file{% endif %}
{{ charts_iframe }}