<div><p>
</p>
${templates.ext_links()}
<div id="top">
<div id="left">
<div id="leftcontent">
${templates.searchBox(q)}
</div>
</div>
<div id="right">
<h1>No movies matching <i>$q</i> were found.</h1>
<p>Is this movie missing from <b>Freebase</b>?
<a href="http://www.freebase.com/">Add it now!</a></p>
<h1>$search.length movies matched <i>$q</i>:</h1>
<dl><dt>
<a href="movie?id=%24item.id">$item.name</a>
</dt>
<dd>
<span>${fmdb.humanDate(item.initial_release_date, 'year')}</span>
<span>by ${templates.parseList(item.directed_by, 'person')}</span>
</dd>
</dl></div>
</div>
</div>