{% extends "euscan/_datatable.html" %}

{% load euscan %}
{% load url from future %}

{% block title %}
{{ block.super }} - herds
{% endblock %}

{% block content %}
<h2>Herds</h2>

{% herds_table herds request.GET.extras %}

{% endblock %}