mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-31 10:37:06 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			384 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			384 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div id="categories">
 | |
| {% for category in categories %}
 | |
|     <div class="checkbox_container">
 | |
|         <input type="checkbox" id="checkbox_{{ category|replace(' ', '_') }}" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} /><label for="checkbox_{{ category|replace(' ', '_') }}">{{ _(category) }}</label>
 | |
|     </div>
 | |
| {% endfor %}
 | |
| </div>
 |