${_(settings.PLATFORM_NAME + " (" + settings.SITE_NAME + ")" + " Electronic Receipt")}
${_("Order #")}${order.id} |
${_("Date:")} ${order.purchase_time.date().isoformat()} |
||||
${_("Items ordered:")} |
|||||
${_("Qty")} | ${_("Description")} | ${_("URL")} | ${_("Unit Price")} | ${_("Price")} | ${_("Currency")} |
---|---|---|---|---|---|
${item.qty} | ${item.line_desc} | ${_('View Course')} | ${"{0:0.2f}".format(item.unit_cost)} % if item.list_price != None: ${"{0:0.2f}".format(item.list_price)} % endif | ${"{0:0.2f}".format(item.line_cost)} | ${item.currency.upper()} |
${_("Total Amount")} | |||||
${"{0:0.2f}".format(order.total_cost)} |
## Translators: Please keep the "" and "" tags around your translation of the word "this" in your translation.
${_("Note: items with strikethough like this have been refunded.")}
${_("Billed To:")}
${order.bill_to_cardtype} ${_("#:")} ${order.bill_to_ccnum}
${order.bill_to_first} ${order.bill_to_last}
${order.bill_to_street1}
${order.bill_to_street2}
${order.bill_to_city}, ${order.bill_to_state} ${order.bill_to_postalcode}
${order.bill_to_country.upper()}