{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{{ compute }} - {% trans "Storage" %}: {{ pool }}{% endblock %} {% block style %} {% endblock %} {% block page_heading %}{{ compute }} - {% trans "Storage" %}: {{ pool }}{% endblock page_heading %} {% block page_heading_extra %}{% include 'create_stg_vol_block.html' %}{% endblock page_heading_extra %} {% block content %}
{% include 'search_block.html' %}
# | {% trans "Name" %} | {% trans "Allocated" %} | {% trans "Size" %} | {% trans "Format" %} | {% trans "Action" %} | |
---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ volume.name|truncatechars:55 }} | {{ volume.allocation|filesizeformat }} | {{ volume.size|filesizeformat }} | {{ volume.type }} | {% ifnotequal volume.type "iso" %} {% else %} {% endifnotequal %} |