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

{% trans "You cannot rekey volume while standby node is down!" %}

{% else %}

{% 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 }} {% endif %} {% endblock %} {% block oklabel %}{% trans "Continue" %}{% endblock %} {% block buttons %} {% if standby_offline %} {% else %} {{ block.super }} {% endif %} {% endblock %}