{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Wallet layout" %}{% endblock %} {% block content %}

{% trans "Wallet layout" %}

{% csrf_token %}

{% blocktrans with name=object.name %}Are you sure you want to delete "{{ name }}"?{% endblocktrans %}

{% trans "Cancel" %}
{% endblock %}