๐Ÿ“ธ Uploaded Images
โ† Back to Upload

Uploaded Images

All event images grouped by day and session

Showing {{ days_data|length }} of {{ total_days }} days
{% if days_data %} {% for day in days_data %}
+
Day {{ day.day_num }}
{{ day.events|length }} event{{ 's' if day.events|length != 1 }}  ยท  {{ day.total_images }} image{{ 's' if day.total_images != 1 }}
{{ day.total_images }} imgs
{% for event in day.events %}
+ {{ event.name }}
{{ event.count }} image{{ 's' if event.count != 1 }}
{% if event.images %} {% for img in event.images %} {% endfor %}
NoEvent ImageMatched User
{{ loop.index }} Event image {% if img.matched_users %}
{% for mu in img.matched_users %} Matched user {% endfor %}
{% else %} No match found {% endif %}
{% else %}
No images uploaded for this event yet.
{% endif %}
{% endfor %}
{% endfor %} {% if total_pages > 1 %} {% endif %} {% else %}

No day events found

Add day events first, then upload images via the Upload page.

{% endif %}