{% extends "starship/components/tabs.html" %} {% block body %} {% if 'pools' in data and data.pools|length > 0 %}
{% for p, pool in data.pools.items() %} {% endfor %}
Name Slots Description
{{ p }} {{ pool.slots }} {{ pool.description }}
{% else %}

No pools found in local metadata database.

{% endif %} {% endblock %}