{{ 'Story.Common.StoryTemplates' | translate: { Default: 'Story Templates' } }}
@for (template of templates$ | async; track trackById($index, template)) {
@if (activedLink === 'my') { }
{{ template.name }}
{{ template.createdBy | user }}
}