{{ error }}
{% endfor %}
{% endif %}
{% if form.name.errors %}
{% for error in form.name.errors %}
{{ error }}
{% endfor %}
{% endif %}
{% trans "Pool name" %} | [{% for storage in storages %} {% ifequal storage pool %} {{ pool }} {% else %} {{ storage }} {% endifequal %} {% endfor %} ] |
{% trans "Pool type" %} | {% if not type %}{% trans "None" %}{% else %}{{ type }}{% endif %} |
{% trans "Pool path" %} | {% if not path %}{% trans "None" %}{% else %}{{ path }}{% endif %} |
{% trans "Pool status" %} | {% if not status %}{% trans "None" %}{% else %}{{ status }}{% endif %} |
{% trans "Size" %} ({{ size|filesizeformat }} / {{ used|filesizeformat }}) | {% trans "Usage" %}: {{ percent }}% |
{% trans "State" %} | |
{% trans "Autostart" %} |
{% 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" %}