{% load i18n %} {% load sizefieldtags %} {% load crispy_forms_tags %}
{% csrf_token %}

MiB

{% if can_change_resources %}

{% endif %}

{% trans "Disks" %}
{% include "dashboard/vm-detail/_disk-operations.html" %}

{% if not instance.disks.all %} {% trans "No disks are added!" %} {% endif %} {% for d in instance.disks.all %}

{% with long_remove=True %} {% include "dashboard/_disk-list-element.html" %} {% endwith %}

{% endfor %}
{% block extra_js %} {% endblock %}