16 lines
		
	
	
		
			255 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			255 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "euscan/_datatable.html" %}
 | 
						|
 | 
						|
{% load euscan_tags %}
 | 
						|
{% load url from future %}
 | 
						|
 | 
						|
{% block title %}
 | 
						|
{{ block.super }} - Watched overlays
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
<h2>Watched overlays</h2>
 | 
						|
 | 
						|
{% overlays_table overlays %}
 | 
						|
 | 
						|
{% endblock %}
 |