{% extends "fortunaisk/base.html" %} {% load i18n static %} {% block page_title %} {% trans "Delete Automatic Lottery" %} {% endblock page_title %} {% block details %}

{% trans "Delete Automatic Lottery" %}

{% trans "Are you sure you want to delete the automatic lottery" %} {{ autolottery.name }}?

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