X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/91117520dbe0336cd5acc91c6d8e23d81141f9df..14425cbf8199fa9edbad4fab49eb8a79b7eeadd0:/shop/templates/shop/snippets/order_form.html diff --git a/shop/templates/shop/snippets/order_form.html b/shop/templates/shop/snippets/order_form.html index c513025..3789fa6 100755 --- a/shop/templates/shop/snippets/order_form.html +++ b/shop/templates/shop/snippets/order_form.html @@ -1,13 +1,21 @@ -{% load i18n %} -{% load url from future %} +{% load i18n staticfiles %} -
+ - {{ form.as_table }} - + +
- + {{ form.as_table }} + +
{% trans "Payment and shipping costs" %}: + {{ form.offer.cost_const|floatformat:"-2" }} zł + + {{ form.offer.cost_per_item|floatformat:"-2" }} zł {% trans "for each copy" %} +
{% trans "Final cost" %}: + {{ form.offer.total_per_item|floatformat:"-2" }} zł {% trans "for each copy" %} + + {{ form.offer.cost_const|floatformat:"-2" }} zł +
+