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