| % 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> | |
| % } |