@if (featuredAvatar(); as avatar) { } @else if (publisherAvatarImage()) { } @else { {{ publisherAvatarFallback() }} }
@if (badge()) {
{{ badge() }}
}
{{ title() }}
@if (description()) {

{{ description() }}

} @else {

{{ 'PAC.Explore.SkillDescriptionFallback' | translate: { Default: 'This skill does not include additional details yet.' } }}

}
{{ formatStat(item().stats?.stars) }} {{ formatStat(item().stats?.downloads) }} {{ formatStat(item().stats?.versions) }}
@if (visibleTags().length) {
@for (tag of visibleTags(); track tag) { #{{ tag }} } @if (hiddenTagCount()) { +{{ hiddenTagCount() }} }
}
@if (repositoryName()) { {{ repositoryName() }} } @else { {{ item().skillId }} }
{{ item().updatedAt || item().createdAt | date: 'yyyy-MM-dd' }}
{{ 'PAC.Explore.Creator' | translate: { Default: 'Creator' } }}
{{ publisherName() }}
{{ publisherHandle() }}