{{ t('Order Summary (:quantity product(s))', {quantity: order.quantity}) }}
{{ t('Device') }}
{{ device.deciveName }}{{ t('Color') }}
{{ t('Price') }}
{{ order.price | number:0 }} {{ app.currency }}{{ t('Total payment amount') }}
{{ order.total_price | number:0 }} {{ app.currency }}{{ t('Order Information') }}
{{ t('Device') }}
{{ device.deciveName }}{{ t('Full name') }}
{{ order.name }}{{ t('Address') }}
{{ order.address }}{{ t('Amount') }}
{{ order.total_price | number:0 }} {{ app.currency }}{{ t('Phone number') }}
{{ order.phone }}