# fortunaisk/templates/fortunaisk/terminate_lottery_confirm.html --> {% extends "fortunaisk/base.html" %} {% load i18n static %} {% block page_title %} {% trans "Terminate Lottery" %} {% endblock page_title %} {% block details %}

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

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