upstream/v2026.1.0 #12

Merged
simon merged 241 commits from upstream/v2026.1.0 into master 2026-02-03 21:56:32 +00:00
Showing only changes of commit aa5f635932 - Show all commits

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 %}