| 
									
										
										
										
											2013-10-17 01:53:52 +02:00
										 |  |  | <form method="post" action=""> | 
					
						
							| 
									
										
										
										
											2013-10-17 20:44:50 +02:00
										 |  |  |     <input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/> | 
					
						
							| 
									
										
										
										
											2013-10-17 01:53:52 +02:00
										 |  |  |     <input type="submit" value="search" /> | 
					
						
							|  |  |  |     <p> | 
					
						
							| 
									
										
										
										
											2013-10-17 21:06:28 +02:00
										 |  |  |     {% for category in categories %} | 
					
						
							|  |  |  |         {{ category }}: <input type="checkbox" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} /> | 
					
						
							| 
									
										
										
										
											2013-10-17 01:53:52 +02:00
										 |  |  |     {% endfor %} | 
					
						
							|  |  |  |     </p> | 
					
						
							|  |  |  | </form> |