blob: bfba4333ee16149355c8b56e50e82fb7af378977 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  | 
{{#if meta.count}}
	<p>Found <strong>{{meta.count}}</strong> results for »<strong>{{meta.query}}</strong>«</p>
	{{objecttable}}
{{else}}
	{{#if meta.query}}
		<div class="alert alert-info">
			No results for »<strong>{{meta.query}}</strong>«
		</div>
	{{else}}
		<div class="alert alert-notice">
			<strong>Use the search box!</strong>
			It is the located in the top right corner.
		</div>
	{{/if}}
{{/if}}
  |