blob: d9673b66c10d9aa96607282bac0d3bd7496fc909 [file] [log] [blame]
Akron8ea84292018-10-24 13:41:52 +02001% layout 'main', title => loc('searchtitle', q => stash('q'), ql => stash('ql')), schematype => 'SearchResultsPage';
2
3<div id="resultinfo"><p class="found"></p></div>
4
5%= include 'query2'
6
7<p class="no-results"><%= loc('notIssued') %></p>
8% if (stash('err_msg')) {
9<p class="no-results"><%= loc(stash('err_msg'),stash('err_msg')) %></p>
10% }