| 
									
										
										
										
											2020-03-19 13:54:49 -04:00
										 |  |  | {% extends "admin/index.html" %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content_title %}{% endblock %} | 
					
						
							| 
									
										
										
										
											2020-03-20 20:10:02 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block sidebar %} | 
					
						
							|  |  |  |     {{ block.super }} | 
					
						
							| 
									
										
										
										
											2020-03-19 13:54:49 -04:00
										 |  |  |     <div class="module"> | 
					
						
							|  |  |  |         <table style="width: 100%"> | 
					
						
							| 
									
										
										
										
											2020-03-27 13:05:34 -04:00
										 |  |  |             <caption>System</caption> | 
					
						
							| 
									
										
										
										
											2020-03-19 13:54:49 -04:00
										 |  |  |             <tbody> | 
					
						
							|  |  |  |                 <tr> | 
					
						
							|  |  |  |                     <th> | 
					
						
							|  |  |  |                         <a href="{% url 'rq_home' %}">Background Tasks</a> | 
					
						
							|  |  |  |                     </th> | 
					
						
							|  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2020-03-27 13:05:34 -04:00
										 |  |  |                 <tr> | 
					
						
							|  |  |  |                     <th> | 
					
						
							|  |  |  |                         <a href="{% url 'plugins_list' %}">Installed plugins</a> | 
					
						
							|  |  |  |                     </th> | 
					
						
							|  |  |  |                 </tr> | 
					
						
							| 
									
										
										
										
											2020-03-19 13:54:49 -04:00
										 |  |  |             </tbody> | 
					
						
							|  |  |  |         </table> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2020-03-20 20:10:02 -04:00
										 |  |  | {% endblock %} |