{% extends "admin/base_site.html" %} {% load i18n l10n %} {% load admin_urls %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %} {% if active_subscriptions %}

The following active subscriptions will be CANCELED and ISSUED:

{% endif %} {% if canceled_subscriptions %}

The following canceled subscriptions will be ISSUED:

{% endif %}
{% for obj in queryset %} {% endfor %} {% trans "No, take me back" %}
{% endblock content %}