blob: 509333a1a88a53cae23408f9a2508b3b403174df [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'
<p class="no-results"><%= loc('notIssued') %></p>
% if (stash('err_msg')) {
<p class="no-results"><%= loc(stash('err_msg'),stash('err_msg')) %></p>
% }