{{booking.cart.platformFeesATI | number: 2}} €
{{booking.careStatus.history[booking.careStatus.history.length - 1].owner.identity.firstName}} {{booking.careStatus.current ? 'CONSTANTS.CARE_STATUS.' + booking.careStatus.current : booking.careStatus.current | translate}}
{{booking.shortId}}
{{booking.createdAt | amDateFormat:'DD/MM/YY' }}
{{booking.status}}

{{booking.lastStatusChange | amDateFormat:'DD/MM/YY' }}
{{booking.messages.length}}
{{booking.arrival | amDateFormat:'DD/MM/YYYY' }}
{{booking.departure | amDateFormat:'DD/MM/YYYY' }}
{{ (booking.departure | amDifference : booking.arrival : 'days') + 1 }} nuits
{{booking.place._id.substring(booking.place._id.length - 6, booking.place._id.length)}}
{{booking.place.name.substring(0,28)}}
{{booking.host._id._id.substring(booking.host._id._id.length - 6, booking.host._id._id.length)}}
{{booking.host._id.identity.firstName}} {{booking.host._id.identity.lastName}}
{{booking.host._id.identity.mobilePhone}}
{{booking.host._id.identity.phone}}
{{booking.host._id.stripe.connected.bankAccounts.length}}
{{(booking.host._id.stripe.connected.bankAccounts.length) ? "check" : "clear"}}
{{booking.guest._id._id.substring(booking.guest._id._id.length - 6, booking.guest._id._id.length)}}
{{booking.guest._id.identity.firstName}} {{booking.guest._id.identity.lastName}}
{{booking.guest._id.identity.mobilePhone}}
{{booking.guest._id.identity.phone}}