{template="userPhoto" group="global" app="core" params="$item->author(), 'tiny'"}
{{if $item->prefix()}}
{template="prefix" group="global" app="core" params="$item->prefix( TRUE ), $item->prefix()"}
{{endif}}
{$item->mapped('title')}
{{if $container = $item->containerWrapper( TRUE )}}
{lang="in"} {$container->_title}
{{endif}}
{{if $item->mapped('pinned') || $item->mapped('featured') || $item->hidden() === -1 || $item->hidden() === 1}}
{{if $item->hidden() === -1}}
{{elseif $item->hidden() === 1}}
{{endif}}
{{if $item->mapped('pinned')}}
{{endif}}
{{if $item->mapped('featured')}}
{{endif}}
{{endif}}
{{if count( $item->tags() )}}
{template="tags" group="global" app="core" params="$item->tags(), true, true"}
{{endif}}
{lang="search_posted_by" htmlsprintf="$item->author()->link()"} {datetime="$item->mapped('date')"}
{{$app = $item::$application;}}
{template="snippet" group="global" app="$app" params="$item, 'search'"}