{#/if}
{#if $T.item.Author != null && $T.item.ObjectImageUrl == null}
{#if $T.item.StreamType == 'comment' || $T.item.StreamType == 'status'}
{ToTeaser($T.item.Teaser, $T.d.TeaserLength)}
/ {$T.item.CreatedAtString}
{#/if}
{#if $T.item.StreamType == 'recommendation'}
{$T.item.Author.Name} anbefaler
{#if $T.item.Teaser != null}
{$T.item.Teaser}
{#/if}
{#/if}
{#if $T.item.StreamType == 'jobrecommendation'}
{$T.item.Author.Name} er blevet anbefalet til stillingen
{#/if}
{#if $T.item.StreamType == 'commentrecommendation'}
{$T.item.Author.Name} anbefaler
{#/if}
{#if $T.item.StreamType == 'profileexperience'}
{$T.item.Author.Name} er ansat hos
{#if $T.item.Teaser != null}som
{$T.item.Teaser}
{#/if}
{#/if}
{#if $T.item.StreamType == 'profilelink'}
{#if $T.d.ViewModeString != 'disabled'}{$T.item.Author.Name} {#/if}
linker til {$T.item.OtherProfile.Name}
/ {$T.item.CreatedAtString}
{#if $T.item.Teaser != null}
- {$T.item.Teaser}
{#/if}
{#/if}
{#if $T.item.StreamType == 'newprofile'}
{$T.item.Author.Name} har oprettet en profil på K Forum
/ {$T.item.CreatedAtString}
{#if $T.item.Teaser != null}
{ToTeaser($T.item.Teaser, $T.d.TeaserLength)}
{#/if}
{#/if}
{#if $T.item.StreamType != 'comment' && $T.item.StreamType != 'status' && $T.item.StreamType != 'recommendation' &&$T.item.StreamType != 'commentrecommendation' && $T.item.StreamType != 'jobrecommendation' && $T.item.StreamType != 'profileexperience' && $T.item.StreamType != 'profilelink' && $T.item.StreamType != 'newprofile'}
{#if $T.item.Author != null}
af {$T.item.Author.Name}{#/if}
/ {$T.item.CreatedAtString}
{ToTeaser($T.item.Teaser, $T.d.TeaserLength)}
{#/if}