{% extends "freeadmin/generic_form.html" %} {% block onSubmit %} doSubmit({ form: this, event: e, url: '{% url "storage_detach" vid=volume.id %}', progressbar: true }); {%endblock %} {% block form %}
{% trans "ATTENTION - Currently the following services depend on this volume: " %}{{ services.keys|join:", " }}
{% 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 %}