mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Show order total on payment confirmation page
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
<div class="row-fluid">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">
|
||||
<div class="pull-right">
|
||||
<strong>
|
||||
{% blocktrans trimmed with total=order.total|floatformat:2 currency=request.event.currency %}
|
||||
Total: {{ total }} {{ currency }}
|
||||
{% endblocktrans %}
|
||||
</strong>
|
||||
</div>
|
||||
<h3 class="panel-title">
|
||||
{{ payment_provider.verbose_name }}
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user