{% extends "base.html" %} {% block title %}Draw result - Random Christmas Bot{% endblock %} {% block content %} Draw result {% if error %} The draw failed: {{ error }} {% else %} Draw complete — emails sent to {{ new_draw|length }} participant(s). GiverEmailRecipients {% for row in new_draw %} {{ row[0] }} {{ row[1] }} {{ row[2:]|join(", ") }} {% endfor %} {% endif %} ← Back to dashboard {% endblock %}
The draw failed: {{ error }}
Draw complete — emails sent to {{ new_draw|length }} participant(s).
← Back to dashboard