X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/91117520dbe0336cd5acc91c6d8e23d81141f9df..c66b8465f48325fe5fdc0fcf600f97dcc7bb7a26:/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..a1f00e9 100755 --- a/shop/templates/shop/snippets/order_form.html +++ b/shop/templates/shop/snippets/order_form.html @@ -1,13 +1,22 @@ -{% load i18n %} +{% load i18n staticfiles %} {% load url from future %} -
+ - {{ 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ł +
+