15 lines
		
	
	
		
			272 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			272 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "euscan/_datatable.html" %}
 | 
						|
{% load url from future %}
 | 
						|
{% load euscan_tags %}
 | 
						|
 | 
						|
{% block title %}
 | 
						|
  {{ block.super }} - Watched maintainers
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
 | 
						|
{% block content %}
 | 
						|
  <h2>Watched maintainers</h2>
 | 
						|
 | 
						|
  {% maintainers_table maintainers %}
 | 
						|
{% endblock %}
 |