{% extends "base.html" %} {% block content %}
Create and manage QR code sets for your pub quiz events
Create a new set of QR codes for your pub quiz event with points and achievements.
Quickly create QR code sets using these pre-defined templates
1st, 2nd, 3rd and 4th place
With category achievements
For ongoing competitions
Click a template to pre-fill the form. You can customize it before creating.
Generate individual QR codes or access your created sets
Right-click to save the QR code
{{ qr_set.description }}
{% endif %}Created: {{ qr_set.created_at.strftime('%Y-%m-%d') }}
League: {{ qr_set.league.name if qr_set.league else "Default League" }}
QR Codes: {% if qr_set.qr_codes %}{{ qr_set.qr_codes | length }}{% else %}0{% endif %}
You haven't created any QR sets yet. Create your first set using the form above.