blob: 9155c31da53ec49a67cd6beb0d8dfd90a1f4c549 [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>
% }