{% extends "strava/pages/base.html" %} {% load static humanize %} {% block title %}Activities{% endblock %} {% block content %}

Training log

Activities

{{ summary.count }} activities

Upload Activity
{% include "strava/widgets/sport_filter.html" with btn_id="acts-sport-btn" options_id="acts-sport-options" groups_id="acts-sport-groups" current=sport trigger_class="af-sport-trigger sport-pill" %} {% include "strava/widgets/filter_pill.html" with btn_id="acts-gear-btn" options_id="acts-gear-options" icon="gear" all_label="All Gear" current=gear options=gear_options trigger_class="af-sport-trigger" %}
{% include "strava/widgets/filter_pill.html" with btn_id="acts-year-btn" options_id="acts-year-options" icon="year" all_label="All Years" current=year options=year_options trigger_class="af-sport-trigger" %}
Distance
{{ dist_min }}{{ dist_max }} km
{{ dist_ceils|json_script:"dist-ceils-data" }}
{% include "strava/hx/activities_results.html" %}
{% comment %} Centered overlay for an activity's card, opened by clicking a table row. The card HTML is fetched lazily from ActivityCardView (the same endpoint the dashboard and compare pages use) into .act-modal-host. {% endcomment %}
{% block extra_js %} {% endblock %} {% endblock %}