Also Owned
-
{% for d in duplicates %}
- #{{ d.id }}{% if d.colour %} — {{ d.colour }}{% endif %} {% endfor %}
Part of Sets
-
{% for s in sets %}
- {{ s.name }} {{ s.classification }} {% endfor %}
Part of Collections
-
{% for c in collections %}
- {{ c.name }} {% if c.vendor %}{{ c.vendor }}{% endif %} {% endfor %}
Wear History {% if wears %} {{ wears|length }}{%- if wears|length == 30 %}+{% endif %} recorded {% endif %}
{% if wears %}-
{% for w in wears %}
- {{ w.day.strftime('%A, %-d %B %Y') }} {% endfor %}
No wears recorded yet.
{% endif %}