{% extends 'lib/base.html' %} {% block body %} {% include "lib/summary_facts.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' %}
{% endblock %}