{% extends "euscan/_datatable.html" %} {% load packages %} {% block title %} {{ block.super }} - herds {% endblock %} {% block content %}

Herds

{% if request.GET.extras %} {% endif %} {% for herd in herds %} {% package_cols herd %} {% if request.GET.extras %} {% endif %} {% endfor %}
Herd gentoo overlays upstream Graphs
{{ herd.herds__herd }} {% package_bar herd %}
{% endblock %}