{% trans "Pool name" %}
{% trans "Pool type" %}
{% trans "Pool path" %}
{% trans "Pool status" %}
{% trans "Size" %} ({{ size|filesizeformat }} / {{ used|filesizeformat }})
{% trans "State" %}
{% trans "Autostart" %}
[{% for storage in storages %} {% ifequal storage pool %} {{ pool }} {% else %} {{ storage }} {% endifequal %} {% endfor %} ]
{% if not type %}{% trans "None" %}{% else %}{{ type }}{% endif %}
{% if not path %}{% trans "None" %}{% else %}{{ path }}{% endif %}
{% if not status %}{% trans "None" %}{% else %}{{ status }}{% endif %}
{% trans "Usage" %}: {{ percent }}%
{% trans "Images" %}
{% ifnotequal state 0 %} {% trans "Upload ISO" %}
{% endifnotequal %} {% if volumes %}
# | {% trans "Name" %} | {% trans "Size" %} | {% trans "Format" %} | {% trans "Action" %} | |
---|---|---|---|---|---|
{{ forloop.counter }} | {{ volume.name }} | {{ volume.size|filesizeformat }} | {{ volume.type }} |
{% trans "You do not have any ISO images or storage pool not active" %}
{% trans "Volumes" %}
{% ifnotequal state 0 %} {% trans "Add Image" %}
{% endifnotequal %} {% if volumes %}
# | {% trans "Name" %} | {% trans "Size" %} | {% trans "Format" %} | {% trans "Action" %} | |
---|---|---|---|---|---|
{{ forloop.counter }} | {{ volume.name }} | {{ volume.size|filesizeformat }} | {{ volume.type }} | {% trans "Clone" %} {% else %} {% trans "Clone" %} {% endifnotequal %} | {% ifnotequal volume.type "iso" %}