{% extends "base.html" %} {% from "_when.html" import when_field with context %} {% from "_kit_fields.html" import spec_fields with context %} {% block title %}{{ it.name }} · Kit · {{ app_name }}{% endblock %} {% block body %}
{{ it.cat_title }} {%- if it.status != 'owned' %} · {{ '✨ wishlist' if it.status == 'wishlist' else 'retired' }}{% endif %} {%- if it.bought_at %} · bought {{ it.bought_at|local('%Y-%m-%d') }}{% endif %} {%- if it.cost_cents is not none %} · {{ cur }}{{ '%.2f'|format(it.cost_cents / 100) }}{% endif %}
{% if s.badges %}⚠ {{ c }}
{% endfor %}{{ it.notes }}
{% endif %}