{{ user.alias }} {{ user.username }}
{{ 'USER_BALANCE' | translate }}: ${{ user.balance | numberEx:1 }}
{{ (user.subscription ? 'USER_SUBSCRIPTION' : 'USER_FREE_UNTIL') | translate }}: {{ !user.subscription || user.subscription.status === 'active' ? (user.free_until | amDateFormat:'MM/DD HH:mm') : (('USER_SUBSCRIPTION_' + user.subscription.status.toUpperCase()) | translate) }}
{{ 'USER_BONUS' | translate }}: ${{ user.bonus | numberEx:1 }}

{{ status.vendor | vendorShort }}
{{ 'VENDOR_CREDITS' | translate }}{{ status.credits }}

{{ order | orderPickupType }} {{ order.vendor | vendorShort }} #{{order.ref || order.id}}

{{ order | orderTitle }}

${{ order.price_f | numberEx:1 }} +{{ order.bonus | numberEx:1 }} +{{ 'ORDER_DISCUSS_PRICE' | translate }}
{{ 'DEPOSIT' | translate:'{account: "121-868129-838"}' }}