{{ 'Create a new order' | translate }}
{{ errors.order_number.join(',')}}
{{ errors.client_name.join(',')}}
{{ errors.client_name2.join(',')}}
{{ errors.client_email.join(',')}}
{{errors.event_date.join(',')}}
{{allowed_credits}}
{{ errors.description.join(',')}}
{{ errors.client_phone.join(',')}}
{{ errors.amount.join(',')}}
{{ currentUser.credit_balance | currency :' ₪' :0}} {{ 'Available' | translate }} {{ '30000' | currency :' ₪' :0}} {{ 'Max.' | translate }}
{{ errors.payments_count.join(',')}}
{{ 'Maximum 3' | translate }}

{{ order.comission_amount | currency : '₪' : 2 }}

{{'Commission' | translate}}

{{ order.periodical_payment | currency : '₪' : 2 }}

{{'Monthly' | translate}}

{{ order.first_payment | currency : '₪' : 2 }}

{{'First' | translate}}