16 lines
		
	
	
		
			246 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			246 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "euscan/_datatable.html" %}
 | 
						|
 | 
						|
{% load euscan_tags %}
 | 
						|
{% load url from future %}
 | 
						|
 | 
						|
{% block title %}
 | 
						|
{{ block.super }} - herds
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
<h2>Herds</h2>
 | 
						|
 | 
						|
{% herds_table herds request.GET.extras %}
 | 
						|
 | 
						|
{% endblock %}
 |