{{
complaint.order.expectedTimestamp !== null
? (complaint.order.expectedTimestamp | date: "short")
: "-"
}}
{{
complaint.order.startTimestamp !== null ? (complaint.order.startTimestamp | date: "short") : "-"
}}
{{
complaint.order.finishTimestamp !== null ? (complaint.order.finishTimestamp | date: "short") : "-"
}}
{{
complaint.order.costAfterCoupon | currency:complaint.order.currency
}}
{{
complaint.order.costBest | currency:complaint.order.currency
}}
{{ complaint.order.addresses.join(" -> ") }}
{{ 'profile.view' | translate
}}
{{driver.firstName }}
{{driver.lastName}}
{{driver.mobileNumber.toString() | phone
}}
{{ driver.registrationTimestamp | date:
"short" }}
View
{{rider.firstName }}
{{rider.lastName}}
{{rider.mobileNumber | phone
}}
{{
rider.registrationTimestamp !== null ? (rider.registrationTimestamp | date: "short") : "-"
}}
{{
'profile.view' | translate }}