{% comment %} Garment photo capture section for orders (before/after cleaning). Include when building order forms — no business logic here. {% endcomment %}

{{ section_title|default:"Garment Photos" }}

{{ section_hint|default:"Capture clear photos using the tablet camera." }}

{% include "partials/camera_photo_input.html" with field_id="photo-front" field_name="photo_front" label="Front View" %} {% include "partials/camera_photo_input.html" with field_id="photo-back" field_name="photo_back" label="Back View" %} {% include "partials/camera_photo_input.html" with field_id="photo-damage" field_name="photo_damage" label="Damage Closeup" %} {% include "partials/camera_photo_input.html" with field_id="photo-stain" field_name="photo_stain" label="Stain Closeup" %} {% include "partials/camera_photo_input.html" with field_id="photo-label" field_name="photo_label" label="Label Photo" %}