{% extends "freeadmin/generic_form.html" %} {% block onSubmit %} doSubmit({ form: this, event: e, url: '{% url "storage_detach" vid=volume.id %}', progressbar: true }); {%endblock %} {% block form %} {% blocktrans with used=used %}You have {{ used }} of used space within this volume{% endblocktrans %} {% if services %}

{% trans "ATTENTION - Currently the following services depend on this volume: " %}{{ services.keys|join:", " }}

{% endif %} {% if volume.vol_encrypt > 0 %} {% url "storage_volume_key_download" object_id=volume.id as downloadkey %}

{% blocktrans with url=downloadkey %}This is an encrypted volume, make sure to download the key so you can be able to import it in the future{% endblocktrans %}

{% endif %} {{ block.super }} {{ volume.vol_name}}: {% trans "Are you sure you want to detach?" %} {% endblock %} {% block oklabel %}{% trans "Yes" %}{% endblock %}