{% extends "layout.html" %} {% block title %} Resalloc pools {% endblock %} {% block content %}

Resalloc pools

{% for pool, info in information.items() %} {% endfor %}
Pool Max Up Ready Taken Starting Deleting Releasing
{{ pool }} {{ info['MAX'] }} {{ info['UP'] }} {{ info['READY'] }} {{ info['TAKEN'] }} {{ info['STARTING'] }} {{ info['DELETING'] }} {{ info['RELEASING'] }}
{% endblock %}