{% extends "fortunaisk/base.html" %} {% load i18n humanize fortunaisk_tags static %} {% block page_title %} {% trans "Distribute Prize" %} {% endblock page_title %} {% block details %}

{% trans "Distribute Prize" %}: {{ winner.ticket.user.username }}

{% trans "Have you distributed the prize to this winner?" %}

{% csrf_token %} {% trans "Cancel" %}
{% endblock details %}