| 
									
										
										
										
											2015-02-10 15:23:56 +01:00
										 |  |  | {% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, result_footer_rtl, icon %} | 
					
						
							| 
									
										
										
										
											2014-12-20 23:33:03 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-09 21:25:13 +01:00
										 |  |  | {{ result_header(result, favicons) }} | 
					
						
							| 
									
										
										
										
											2014-12-22 16:07:02 +01:00
										 |  |  | {{ result_sub_header(result) }} | 
					
						
							| 
									
										
										
										
											2014-12-20 23:33:03 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% if result.content %}<p class="result-content">{{ result.content|safe }}</p>{% endif %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-04 15:56:46 +02:00
										 |  |  | {% if result.repository %}<p class="result-content">{{ icon('file') }} <a href="{{ result.repository }}" {% if results_on_new_tab %}target="_blank" rel="noopener noreferrer"{% else %}rel="noreferrer"{% endif %}>{{ result.repository }}</a></p>{% endif %} | 
					
						
							| 
									
										
										
										
											2014-12-20 23:33:03 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-02-13 01:03:18 +01:00
										 |  |  | <div dir="ltr"> | 
					
						
							| 
									
										
										
										
											2014-12-20 23:33:03 +01:00
										 |  |  | {{ result.codelines|code_highlighter(result.code_language)|safe }} | 
					
						
							| 
									
										
										
										
											2015-02-13 01:03:18 +01:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2014-12-20 23:33:03 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-02-10 15:23:56 +01:00
										 |  |  | {% if rtl %} | 
					
						
							|  |  |  | {{ result_footer_rtl(result) }} | 
					
						
							|  |  |  | {% else %} | 
					
						
							| 
									
										
										
										
											2014-12-22 16:07:02 +01:00
										 |  |  | {{ result_footer(result) }} | 
					
						
							| 
									
										
										
										
											2015-02-10 15:23:56 +01:00
										 |  |  | {% endif %} |