{% if reservation is defined %} {% if reservation.getTotalInvoiced < reservation.getTotalApprovedClientPayments %} {% endif %} {% else %} {% endif %}

Facturable por Mar ParaĆ­so Queen: {{ reservation.getTotalBillableClientPayments|price }}
Facturado: {{ reservation.getTotalInvoiced|price }}
Por facturar: {{ (reservation.getTotalBillableClientPayments - reservation.getTotalInvoiced)|price }}