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

Year over year

Compare

Every season side by side — one metric per row, one year per column.

Best year in each row
{% include "strava/hx/compare_body.html" %}
{% comment %} Centered overlay for an activity's card, opened by clicking an effort-row title. The card HTML is fetched lazily from ActivityCardView (the same endpoint the dashboard uses) into .act-modal-host. {% endcomment %}
{% endblock %} {% block extra_js %} {% endblock %}