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

{% blocktrans count count=payments|length %}Are you sure you want to refund the following payment?{% plural %}Are you sure you want to refund the following {{ count }} payments?{% endblocktrans %}

{% csrf_token %} {% for obj in queryset %}{% endfor %} {% trans 'No, cancel' %}
{% else %}

{% trans "No refundable payments selected." %}

{% trans "Go back" %}

{% endif %} {% endblock %}