{% extends "admin/base_site.html" %} {% load static %} {% load i18n %} {% block extrahead %} {{ block.super }} {% endblock extrahead %} {% block content %}

Добавление участников лотереи: {{ lottery.name }}

{{ lottery.description }}

{% csrf_token %}
{% for invoice in form.fields.invoices.queryset %} {% empty %} {% endfor %}
Счет Владелец счета Депозит
{{ invoice.ext_id }} {% if invoice.client_name %} {{ invoice.client_name }} {% else %} Не указан {% endif %} {{ invoice.deposit_sum }}
Нет доступных счетов
Вернуться к списку участников
{% endblock content %}