{% extends 'lib/base.html' %} {% load filters %} {% block body %} {% include "activity/activity_facts.html" %} {% include "activity/activity_best_sections.html" %} {% if activity.trace_file %} {% if traces %}
{% if activity.trace_file.latitude_list != "[]" %} {% include "map/activity_map.html" %} {% endif %}
{% include "plotting/plot_time_series.html" %}
{% else %}
{% include "plotting/plot_time_series.html" %}
{% endif %} {% elif not activity.trace_file and traces %}
{% include "map/activity_map.html" %}
{% endif %} {% include "activity/activity_data.html" %} {% endblock %}