{% extends "base.html" %} {% block title %}Unmatched Images{% endblock %} {% block page_id %}unmatched-images{% endblock %} {% block page_title %}Unmatched Images{% endblock %} {% block eyebrow %}Operations{% endblock %} {% block head %} {% endblock %} {% block content %}

Operations

Unmatched Images

{{ total_unmatched }} unmatched
Total Uploaded
{{ total_event_images }}
Unmatched Photos
{{ total_unmatched }}
Matched Photos
{{ total_matched }}
{% if rows %}
Showing {{ rows|length }} of {{ total }} unmatched images
{% for img in rows %}
Event image
{{ img.event_name or 'No event assigned' }}
{{ img.day_label or '—' }}
No match
{% endfor %}
{% if total_pages > 1 %}
{% if page > 1 %} « Prev {% endif %} {% for p in range(1, total_pages+1) %} {% if p == page %} {{ p }} {% elif p <= 2 or p > total_pages-2 or (p >= page-1 and p <= page+1) %} {{ p }} {% endif %} {% endfor %} {% if page < total_pages %} Next » {% endif %}
{% endif %} {% else %}

🎉

All images are matched!

Every uploaded photo has been matched to at least one visitor.

{% endif %}
👤 Match to Visitor(s)
Select one or more visitors below
{% endblock %} {% block scripts %} {% endblock %}