@if ((query | async)?.data; as data) {
{{'profile.firstName' | translate}} {{'profile.lastName' | translate}} {{'profile.gender' | translate}} @for (g of genders; track g) { } {{'profile.mobileNumber' | translate}} {{'profile.email' | translate}} {{'profile.fleet' | translate}} @for (fleet of data.fleets.nodes; track fleet) { } {{'profile.carModel' | translate}} @for (car of data.carModels.nodes; track car) { } {{ 'profile.carColor' | translate }} @for (carColor of data.carColors.nodes; track carColor) { } {{ 'profile.carProductionYear' | translate }} {{ 'profile.carPlateNumber' | translate }} {{'profile.accountNumber' | translate }} {{'profile.bankName' | translate}} {{'profile.bankRoutingNumber' | translate}} {{'profile.bankSwift' | translate}} {{'profile.address' | translate }} {{ 'profile.services' | translate }} @for (service of data.services; track service) { {{ service.name }} } {{'profile.avatarImage' | translate}} @if (!avatarUrl) {
{{ 'profile.upload' | translate }}
} @if (avatarUrl) { }
}