{{if $activity instanceof \IPS\forums\Topic}}
{{if $type != 'search'}}{$activity->mapped('title')}{{endif}} {{if mb_strlen( trim( $activity->truncated() ) ) }}
{$activity->truncated()|raw}
{{endif}}
{{else}} {{if mb_strlen( trim( strip_tags( $activity->truncated() ) ) ) }}
{$activity->truncated()|raw}
{{if $type != 'search' and $activity instanceof \IPS\Content\Reputation and settings.reputation_enabled}} {{endif}}
{{endif}} {{endif}}