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

{% trans "Terminate Lottery" %}: {{ lottery.lottery_reference }}

{% trans "Are you sure you want to terminate this lottery prematurely? This action cannot be undone." %}

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