{% extends "base.html" %} {% block title %}AI Report — {{ report.order.order_number }}{% endblock %} {% block page_title %}AI Assisted Comparison Report{% endblock %} {% block page_subtitle %}{{ report.order.order_number }} — {{ photo_type_label }}{% endblock %} {% block content %} {% include "partials/breadcrumb.html" %}
Back to Order All AI Reports

AI assisted comparison only. Results indicate possible visible differences — not guaranteed or confirmed damage. Manual verification recommended before customer communication.

Order Details

Order #:
{{ report.order.order_number }}
Status:
{{ report.order.get_status_display }}
Photo Type:
{{ photo_type_label|default:"—" }}
Report Created:
{{ report.created_at|date:"d M Y, H:i" }}
Generated By:
{{ report.created_by.get_full_name|default:report.created_by.username|default:"—" }}

Customer Details

Name:
{{ report.order.customer.name }}
Mobile:
{{ report.order.customer.mobile_number }}
WhatsApp:
{{ report.order.customer.whatsapp_number|default:"—" }}

Similarity Score

{{ report.similarity_score }}%

Confidence Score

{{ report.confidence_score }}%

Status

{{ report.get_status_display }}

Before Cleaning

{% if report.before_photo %} Before cleaning {% else %}

No before image linked.

{% endif %}

After Cleaning

{% if report.after_photo %} After cleaning {% else %}

No after image linked.

{% endif %}

Difference (Highlighted Areas)

{% if report.difference_image %} Difference map

Red boxes indicate areas of possible visible difference.

{% else %}

No difference image available.

{% endif %}

AI Observations

{{ report.ai_observations }}

Manual Verification Note

{% if report.status == 'no_damage' %} AI assisted comparison suggests images are highly similar. This is not a guarantee of garment condition. Staff may still perform a physical check if needed. {% else %} Manual verification recommended. AI assisted comparison cannot confirm exact damage type (stain, tear, color change, shrinkage, or texture change). Please inspect the garment physically before informing the customer. {% endif %}

{% endblock %}