{{ provider().label | i18n }}
{{ 'PAC.KEY_WORDS.By' | translate: { Default: 'By' } }} {{ provider().author }}
{{ provider().description | i18n }}
@for (tag of tags(); track tag.id; let last = $last) { {{ tag.label ? (tag.label | i18n) : tag.name }} @if (!last) { , } }