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

   {{ sport.name }}

  Edit Sport

{% include "lib/messages.html" %}
{% if traces or not activities_selected_for_plot %}
{% include 'plotting/plot_history.html' %}
{% include 'map/sport_map.html' %}
{% else %}
{% include 'plotting/plot_history.html' %}
{% endif %}

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