Handle refunds

This commit is contained in:
Raphael Michel
2019-09-18 19:49:39 +02:00
parent e37d85f517
commit f22d5915ea
2 changed files with 60 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{% load i18n %}
<dl class="dl-horizontal">
<dt>{% trans "Gift card code" %}</dt>
<dd>
<a href="{% url "control:organizer.giftcard" organizer=gc.issuer.slug giftcard=gc.pk %}">
{{ gc.secret }}
</a>
</dd>
<dt>{% trans "Issuer" %}</dt>
<dd>{{ gc.issuer }}</dd>
</dl>