@if (certifications$ | async; as certifications) {
{{ 'PAC.KEY_WORDS.Certification' | translate: { Default: 'Certification' } }}
{{ 'PAC.KEY_WORDS.DigitalAssetCertificationTypes' | translate: { Default: 'Digital Asset Certification Types' } }}
@if (certifications.length) {
@for (item of certifications; track item.id) { }
{{ 'PAC.KEY_WORDS.Name' | translate: { Default: 'Name' } }} {{ 'PAC.KEY_WORDS.Description' | translate: { Default: 'Description' } }} {{ 'PAC.KEY_WORDS.Owner' | translate: { Default: 'Owner' } }} {{ 'PAC.KEY_WORDS.ACTION' | translate: { Default: 'Action' } }}
{{ item.name }}
{{ 'PAC.Certification.Entry' | translate: { Default: 'Certification entry' } }}
{{ certificationDescription(item) }}
@if (item.owner) { } @else {
{{ 'PAC.Certification.NoOwner' | translate: { Default: 'No owner assigned' } }}
}
} @else {
{{ 'PAC.Certification.CreateFirst' | translate: { Default: 'Create your first certification' } }}
{{ 'PAC.Certification.EmptyHint' | translate: { Default: 'Define reusable certification types for projects, assets, or review workflows.' } }}
}
} @else {
}