{% extends "base.html" %} {% from "_when.html" import when_field with context %} {% from "_kit_fields.html" import spec_fields with context %} {% block title %}Kit ยท {{ app_name }}{% endblock %} {% block body %}
{{ totals.owned }} owned ยท {{ totals.by_kind.toy }} toy{{ '' if totals.by_kind.toy == 1 else 's' }} ยท {{ totals.by_kind.gear }} gear ยท {{ totals.by_kind.consumable }} consumable{{ '' if totals.by_kind.consumable == 1 else 's' }} {%- if totals.wishlist %} ยท {{ totals.wishlist }} on the wishlist{% endif %} {%- if totals.bouts %} ยท {{ totals.bouts }} bouts ยท {{ totals.seconds|dur }}{% endif %} {%- if totals.priced %} ยท {{ cur }}{{ '%.2f'|format(totals.spend_cents / 100) }} spent (of {{ totals.priced }} you priced){% endif %}
{# โโ what is on right now โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ #} {% if open %}on since {{ b.started_at|local }} ยท {{ (now - b.started_at)|dur }}
โ {{ stale|length }} play bout{{ '' if stale|length == 1 else 's' }} still open since {{ stale[0].started_at|rel(now) }}. Finish it with the real time, or discard it โ nothing will guess an end for you.
{% endif %}Nothing running low, nothing going off, nothing neglected. Tidy kennel.
{% endif %}Nothing here yet.
{% endfor %}