{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Storage" %} - {{ pool }}{% endblock %} {% block style %} {% endblock %} {% block content %}
{% trans "Pool Name" %}:
{% trans "Pool Type" %}:
{% trans "Pool Path" %}:
{% trans "Pool Status" %}:
{% trans "Size" %}:
{% trans "Usage" %}({{ percent }}%):
{% trans "State" %}:
{% trans "Autostart" %}:
{{ pool }}
{% if not type %}{% trans "None" %}{% else %}{{ type }}{% endif %}
{% if not path %}{% trans "None" %}{% else %}{{ path }}{% endif %}
{% if not status %}{% trans "None" %}{% else %}{{ status }}{% endif %}
{{ size|filesizeformat }}
{{ used|filesizeformat }}