{% extends 'oscar/dashboard/layout.html' %} {% load currency_filters %} {% load i18n %} {% block body_class %}{{ block.super }} create-page{% endblock %} {% block title %} {% blocktrans with name=voucher_set.name %}Delete voucher set '{{ name }}'?{% endblocktrans %} | {% trans "Voucher sets" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {% blocktrans with name=voucher_set.name count=voucher_set.count %}Delete voucher set '{{ name }}' and its {{ count }} vouchers?{% endblocktrans %} {% endblock %} {% block dashboard_content %}