{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Storage" %} - {{ pool }}{% endblock %} {% block content %}
{% trans "Pool name:" %}
{% trans "Pool type:" %}
{% trans "Pool path:" %}
{% trans "Pool status:" %}
{% trans "Size:" %} ({{ size|filesizeformat }} / {{ used|filesizeformat }})
{% 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 %}
{% trans "Usage:" %} {{ percent }}%