euscan-ng/euscanwww/djeuscan/templates/euscan/herds.html

16 lines
251 B
HTML

{% extends "euscan/_datatable.html" %}
{% load djeuscan_helpers %}
{% load url from future %}
{% block title %}
{{ block.super }} - herds
{% endblock %}
{% block content %}
<h2>Herds</h2>
{% herds_table herds request.GET.extras %}
{% endblock %}