{% extends "freeadmin/generic_form.html" %}
{% block oklabel %}{% trans "Replace Disk" %}{% endblock %}
{% block form %}
{% trans "Replacing disk" %} {{ form.disk }}
{% if encrypted %}
{% trans "WARNING: The recovery key of your volume will be invalidated!" %}
{% endif %}