${_("Description")} | ${_("Price")} | ${_("Currency")} | |||
---|---|---|---|---|---|
${item.line_desc} | ${"{0:0.2f}".format(item.unit_cost)} % if item.list_price != None: ${"{0:0.2f}".format(item.list_price)} % endif | ${item.currency.upper()} | [x] | ||
${_("Total Amount")}: ${"{0:0.2f}".format(amount)} | |||||
% if amount == 0: % else: ${form_html} %endif |
${_("You have selected no items for purchase.")}
% endif