{% include "dashboard/vm-detail/_disk-operations.html" %}
{% trans "Volumes" %}
{% for v in volumes %}
{% with long_remove=True %}
{% include "dashboard/_volume-list-element.html" %}
{% endwith %}
{% endfor %}
{% if instance.disks.all %}
{% url "info.resize" as resize_url %}
{% blocktrans with url=resize_url %}
If you need help resizing the disks check out our resize how-to.
{% endblocktrans %}