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

Equipment

My Gear

{{ total_items }} item{{ total_items|pluralize }} · {{ summary.total_km|intcomma }} km total

Add Gear
{% include "strava/hx/gear_results.html" %}

Wear
Last used
Type
{% endblock %} {% block extra_js %} {% endblock %}