{% extends "wardrobe/garment_form_base.html" %} {% block page_title %}Edit {{ garment.name or garment.classification }}{% endblock %} {% block form_title %}Edit Garment{% endblock %} {% block breadcrumb %} ← {{ garment.name or garment.classification }} {% endblock %} {% block form_action %}{{ url_for('wardrobe.edit', garment_id=garment.id) }}{% endblock %} {% block submit_label %}Save Changes{% endblock %} {% block form_actions_extra %} Cancel {% endblock %} {% block images_section %} {% if images %}
{{ img.filename }}
No images yet.
{% endif %} {% endblock %} {% block danger_zone %} {% if not garment.relinquished %}Mark this garment as relinquished today. Sets the relinquished date and clears the owned flag.
No sets exist yet.
{% else %}Member of all sets.
{% endif %}No collections exist yet.
{% else %}Member of all collections.
{% endif %}