{% load i18n %} {% load sizefieldtags %} {{ d.name }} (#{{ d.id }}) - {{ d.size|filesize }}
{% if op.create_snapshot %} {% trans "Snapshot" %} {% endif %} {% if d.is_resizable %} {% if op.resize_disk %} {% trans "Resize" %} {% else %} {% trans "Request resize" %} {% endif %} {% else %} {% trans "Not resizable" %} {% endif %} {% if op.remove_disk %} {% trans "Remove" %} {% endif %}
{% if perms.view_snapshot and d.list_snapshots %} {% endif %}

{% if request.user.is_superuser %} {% trans "File name" %}: {{ d.filename }}
{% trans "Bus" %}: {{ d.device_bus }}
{% endif %}
{% if perms.storage.view_snapshot %}
{% for snap in d.list_snapshots %} {% endfor %}
{{ snap.id }} {{ snap.name }} {{ snap.date_human }}
{% endif %}