{% extends "admin/base_site.html" %} {% load i18n l10n staticfiles admin_urls %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} TODO {% endblock %} {% block content %}

Are you sure you want to close selected bills

Once a bill is closed it can not be further modified.

Please select a payment source for the selected bills

{% csrf_token %}
{{ form.as_admin }}
{% for obj in queryset %} {% endfor %}
{% endblock %}