{% extends "freeadmin/generic_form.html" %} {% block form %}

{% trans "You are about to re-key the encryption" %}
{% if volume.vol_encrypt == 2 %} {% trans "Remember to create a new passphrase as this action removes the current passphrase" %} {% endif %}

{{ block.super }} {% endblock %} {% block oklabel %}{% trans "Continue" %}{% endblock %}