{{ 'profile.name' | translate }}
{{ d.firstName }} {{ d.lastName }}
{{ 'profile.status' | translate }}
{{ 'profile.mobileNumber' | translate }}
{{ d.mobileNumber | phone }}{{ 'profile.rating' | translate }}
@if (d.rating !== null) {{{ d.rating }}% (from {{ d.reviewCount }} reviews)
} @if (d.rating === null) {-
}