{{ 'profile.title' | translate }}

{{ 'profile.subtitle' | translate }}

{{ 'profile.personal_info' | translate }}

@if (avatarImageUrl()) { Profile photo } @else {
{{ initials() }}
}

{{ 'profile.profile_photo' | translate }}

{{ 'profile.photo_hint' | translate }}

{{ 'profile.fallback_color' | translate }}

@for (color of avatarColors; track color) { }
@if (saveSuccess()) {
{{ 'profile.save_success' | translate }}
}

{{ 'profile.change_password' | translate }}

@if (passwordError()) {
{{ passwordError() }}
} @if (passwordSuccess()) {
{{ 'profile.password_success' | translate }}
}