{% extends "base.html" %} {% block title %}Import — {{ line_data.get('product_name', 'Garment') }}{% endblock %} {% block styles %} {% endblock %} {# ── Classification → base_category map for JS style switching ── #} {% block content %}
{% if line_data.get('scrape_error') %}Not available — page scrape failed. {% else %}No images found.{% endif %}
{% endif %}