{% load i18n %} {% load parse_date %}
{% trans "Name" %} | {% trans "Size" %} | {% trans "Instance" %} | {% trans "Actions" %} | |
---|---|---|---|---|
{{ volume.displayName }} | {{ volume.size }} {% trans "GB" %} | {% for attachment in volume.attachments %} {% if attachment %} {# TODO(jake): Make this the instance name #} Instance {{ attachment.serverId }} ({{ attachment.device }}) {% else %} {% trans "Not Attached" %} {% endif %} {% endfor %} |
{% if volume.status == "in-use" or volume.status == "available" %}
More
|