{% load i18n %} {% load sizefieldtags %} {{ d.name }} (#{{ d.id }}) - {{ d.size|filesize }} {% if perms.view_snapshot and d.list_snapshots %} {% endif %} {% if d.is_resizable %} {% if op.resize_disk %} {% trans "Resize" %} {% else %} {% trans "Request resize" %} {% endif %} {% endif %} {% if op.create_snapshot and not d.is_read_only and d.is_ready %} {% trans "Snapshot" %} {% endif %} {% if op.remove_disk %} {% trans "Remove" %} {% endif %} {% if request.user.is_superuser %} {% trans "File name" %}: {{ d.filename }} {% trans "Bus" %}: {{ d.device_bus }} {% endif %}