{{ "proficiencies.weapArm" | translate }}
{{ "proficiencies.langAndTools" | translate }}
{{ "proficiencies.languages" | translate }}
@for ( language of proficiencies.get("languages")!.value; track language ) {
{{ language }}
} @empty {
{{ "proficiencies.emptyList" | translate }}
}
{{ "proficiencies.tools" | translate }}
@for (tool of proficiencies.get("tools")!.value; track tool) {
{{ tool }}
} @empty {
{{ "proficiencies.emptyList" | translate }}
}