({{object.total_items}}) {{user.email}}
{{user.email}}
{{ 'visitor.greeting' | translate }}
{{ 'buttons.signIn' | translate }}

{{'cart.latest_items_added' | translate}}

{{object.product.title}} ({{object.quantity}})

{{object.product.description}}

{{ (object.product.value) ? (object.product.value | currency:object.product.currency.name + " ":2) : "- -" }}

{{'cart.add_a_item_to_cart' | translate}}

{{'labels.total' | translate}}: {{object.product_total | currency: object.currency.name + ' '}} {{ object.converted_total['product_total'] && object.converted_total['product_total'] != object.product_total ? (" / " + (object.converted_total['product_total'] | currency: object.converted_total['name_to'] + " ")) : "" }}

{{'buttons.clean' | translate}} {{'buttons.buy' | translate}}