blob: 5cb98a198900cb776fd38200e1e4e130353a96e4 [file] [log] [blame]
% layout 'main', title => loc('searchtitle', q => stash('q'), ql => stash('ql')), schematype => 'SearchResultsPage';
<div id="resultinfo"><p class="found"></p></div>
%= include 'query'
<div id="search"></div>
<p class="no-results"><%= loc('notIssued') %></p>
% if (stash('err_msg')) {
<p class="no-results"><%= loc(stash('err_msg'),stash('err_msg')) %></p>
% }