{% load i18n sizeformat %} {% block main %}
{% for total in totals %} {% trans total.name %}: {{ total.value }} {% endfor %}
{% if controllers %}
{{ hostscontroller_table.render }}
{% endif %}
{% if storages %} {{ hostsstorage_table.render }} {% endif %}
{% if workers %} {{ hostsworker_table.render }} {% endif %}
{% if unprovisioned %} {{ hostsunprovisioned_table.render }} {% endif %}
{% endblock %}