Operations
Unmatched Images
Total Uploaded
{{ total_event_images }}
Unmatched Photos
{{ total_unmatched }}
Matched Photos
{{ total_matched }}
Showing {{ rows|length }} of {{ total }} unmatched images
{% for img in rows %}
{% 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.