{% extends 'base.html' %} {% load static %} {% block content %} {% if result_prize.winner %}

Congratulations!!

The administrator is already aware of your prize and will contact you shortly to let you know how to receive it. Your details were successfully stored:

email: {{ result_draw.email }}

prize: {{ result_prize.label }}

{% else %} {% if result_prize.try_again and not result_draw.retry_used %}

Try again!

{% else %}

Better luck next time!

{% endif %} {% endif %} {% if result_prize.try_again and not result_draw.retry_used %} {% if result_draw.retry_used %}

Your retry was already used...

{% else %} {{ result_draw.use_retry }}

You have just won a free spin! Please click on the button below to try again!

{% csrf_token %}
{% endif %} {% else %} {% if result_draw.retry_used %}

Your retry was already used...

{% endif %}

If you have more code vouchers to use, please click on the button below to return to the main page.

{% csrf_token %}
{% endif %} {% endblock %} {% block extra-scripts %} {% endblock %}