{* Inline ajax response display $Id: lookup_ajax.tpl,v 1.3 2009/04/04 16:21:33 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}