{% extends "euscan/_datatable.html" %} {% load packages %} {% block title %} {{ block.super }} - herds {% endblock %} {% block content %}
Herd | {% if request.GET.extras %} | Graphs | {% endif %} {% for herd in herds %}
---|---|
{{ herd.herds__herd }} {% package_bar herd %} | {% package_cols herd %} {% if request.GET.extras %}{% endif %} |