{% extends 'lib/base.html' %} {% block body %} {{ sport.name }} | Workoutizer

   {{ sport.name }}

  Edit Sport

{% include "lib/messages.html" %}
{% if traces %}
{% include 'lib/../plotting/plot_activity_history.html' %}

Map of selected {{ sport.name }} activities:

{% include 'map/sport_map.html' %}
{% else %}
{% include 'lib/../plotting/plot_activity_history.html' %}
{% endif %}

{% include 'lib/table.html' %}
{% include 'lib/sidenav/summary_facts.html' %}
{% endblock %}