#if( $sess.Service.Decorator )#end

Receipt emailed to: $esc.html( $sess.ContactInfo.EmailAddress ).

Idaho.gov State of ID will appear on your statement for this transaction. Thank you.

#foreach( $order in $orders )

Transaction

Order: ${order.OrderNumber}
Date: $order.OrderDate
Paid By: $order.PaymentMethod
Cost: $!number.currency($order.OrderTotal)

Order

#if( $!sess.Service.OrderReceipt ) #end
Subtotal $!number.currency($order.ItemTotal)
Sales Tax $!number.currency($order.SalesTax)
Shipping $!number.currency($order.ShippingFee)
Purchased through Idaho.gov Price $number.currency($order.OrderTotal)
$!esc.html( $sess.Service.OrderReceipt )
#end

Contact information

#if($sess.ContactInfo.MailingAddress.equals($sess.ContactInfo.PhysicalAddress))

Billing & Shipping Address

#else

Shipping Address

Billing Address

#end