{{msg|raw}}
{% if list is not empty %}| 小計 | {{all_total|number_format}}円 |
|---|---|
| 消費税:{{key}}% | {{taxData|number_format}}円 |
| 手配料 | {{charge|number_format}}円 |
| 合計 | {{(all_total+tax+postage+charge)|number_format}}円 |
| 商品点数 | {{item_count|number_format}} |
|---|---|
| 小計 | {{(all_total)|number_format}}円 |
| 消費税:{{key}}% | {{taxData|number_format}}円 |
| 手配料 | {{(charge)|number_format}}円 |
| 合計 | {{(all_total+tax+postage+charge)|number_format}}円 |