blob: 509333a1a88a53cae23408f9a2508b3b403174df [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
Akronfb6d87d2018-10-24 18:10:20 +02005%= include 'query'
Akron8ea84292018-10-24 13:41:52 +02006
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% }