{{contact?.lastname?.charAt(0)}}
{{contact?.firstname}} {{contact?.lastname}}
{{"section.users.firstname" | translate}}:
{{contact.firstname}}
-----
{{"section.users.lastname" | translate}}:
{{contact.lastname}}
-----
{{"section.users.email" | translate}}:
{{contact?.email}}
-----
{{"section.users.phone" | translate}}:
{{contact?.phone}}
-----
{{"section.users.birthDate" | translate}}:
{{contact?.birthDate}}
-----
{{"section.users.gender" | translate}}:
{{ getGenderName(contact.gender) }}
-----
{{"section.user.address" | translate}}:
{{contact?.addressFull}}
-----
{{"section.user.blocked" | translate}}:
{{"section.users.blocked" | translate}} {{"section.users.unblocked" | translate}}
-----
{{contact?.lastname?.charAt(0)}}
{{"section.users.name" | translate}}
{{"section.users.surname" | translate}}
{{"section.users.email" | translate}}
{{"section.profile.phone" | translate}} {{"auth.signup.valid_phone" | translate}}
{{"section.users.gender" | translate}} {{g.name}}
{{"section.users.birthDate" | translate}}
{{"section.users.password" | translate}} {{ contactForm.get('password').getError('invalidPassword') }} {{"section.users.password_again" | translate}} {{"section.pass.pass_not_same" | translate}}
{{"section.pass.pass_conditions" | translate}}