{* Inline ajax response display $Id: lookup_ajax.tpl,v 1.1 2013/03/10 16:18:26 andig2 Exp $ *} {if $searchtype == 'purchase'} {foreach item=match from=$imdbresults}

{$match.title}{if $match.subtitle} - {$match.subtitle}{/if} {if $match.sl}({$match.sl}){/if} {if $match.price}({$match.price}){/if}
{/foreach} {elseif $searchtype == 'download'} {elseif $searchtype == 'trailer'} {foreach item=match from=$imdbresults} {/foreach} {else} {foreach item=match from=$imdbresults}

{$match.title}
{/foreach} {/if}