mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			565 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			565 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% from 'simple/icons.html' import icon_big %}
 | 
						|
<div class="dialog-error-block" role="alert">
 | 
						|
  <p><strong>{{ _('Sorry!') }}</strong></p>
 | 
						|
  <p>{{ _("No results were found. You can try to:") }}</p>
 | 
						|
  <ul>
 | 
						|
    <li>{{ _("Refresh the page.") }}</li>
 | 
						|
    <li>{{ _("Search for another query or select another category (above).") }}</li>
 | 
						|
    <li>{{ _("Change the search engine used in the preferences:") }} <a href="/preferences">/preferences</a></li>
 | 
						|
    <li>{{ _("Switch to another instance:") }} <a href="https://searx.space">https://searx.space</a></li>
 | 
						|
  </ul>
 | 
						|
</div>
 |