15 lines
		
	
	
		
			253 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			253 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "euscan/_datatable.html" %}
 | 
						|
{% load url from future %}
 | 
						|
{% load djeuscan_helpers %}
 | 
						|
 | 
						|
{% block title %}
 | 
						|
  {{ block.super }} - Watched herds
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
 | 
						|
{% block content %}
 | 
						|
  <h2>Watched herds</h2>
 | 
						|
 | 
						|
  {% herds_table herds %}
 | 
						|
{% endblock %}
 |