Customer account: Actually show value of gift card

This commit is contained in:
Raphael Michel
2026-01-05 12:31:02 +01:00
parent 66a9902eb4
commit aa5f635932

View File

@@ -63,10 +63,10 @@
{% endif %}
</div>
<div class="col-xs-6 text-right">
{% blocktrans trimmed with value=gc.value|money:gc.currency %}
{% blocktrans trimmed %}
Remaining value:
{% endblocktrans %}
<p class="text-right">{{ value }}</p>
<p class="text-right">{{ gc.value|money:gc.currency }}</p>
</div>
</article>
{% endfor %}