Equipment
My Gear
{{ total_items }} item{{ total_items|pluralize }} · {{ summary.total_km|intcomma }} km total
{% include "strava/hx/gear_results.html" %}
{% extends "strava/pages/base.html" %}
{% load static humanize %}
{% block title %}Gear{% endblock %}
{% block content %}
Equipment {{ total_items }} item{{ total_items|pluralize }} · {{ summary.total_km|intcomma }} km total
Add Gear
My Gear
{% include "strava/hx/gear_results.html" %}