Upload ZIP File

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% if match %}

📁 Match Information

Match #{{ match.match_number }}: {{ match.fighter1_township }} vs {{ match.fighter2_township }}

Venue: {{ match.venue_kampala_township }}

{% endif %}
{{ form.hidden_tag() }}
{{ form.zip_file.label }} {{ form.zip_file() }}
Supported format: .zip (Max size: 5GB)
{% if form.description %}
{{ form.description.label }} {{ form.description(rows="3", placeholder="Optional description for this ZIP upload...") }}
{% endif %}
{{ form.submit(class="btn") }} Cancel