| {{ pd.clientPayment.date|date('d-m-Y H:i:s')}} |
{{ pd.clientPayment.status|trans|capitalize }} |
{{ pd.clientPayment.createdBy.fullName|raw }} |
{{ pd.clientPayment.paymentForm.name }} |
{{ (pd.amount - pd.getBankCommission)|price() }} |
{% if service.tariff.currency != 'MXN' %}
{% if pd.forForeignTariff %}
{{ pd.foreignAmount|price(pd.tariff.currency) }} |
{{ pd.currencyChange|price }} |
{% endif %}
{% endif %}