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

Herds

{% for herd in herds %} {% package_cols herd %} {% endfor %}
Herd Gentoo Overlays Unpackaged
{{ herd.herds__herd }} {% package_bar herd %}
{% endblock %}