{lang Research} {if !empty({$query})}"{!$query!}"{/if}

{for $app, $app_result in $results} {if !empty({$app_result})}

{$app|ucwords}

{for $result in $app_result}
{$result.title}
{lang Address:} {$result.url}
{$result.description}
{/for}
{/if} {/for} {empty}

{lang No result was found.}

{/empty}