{% extends "freeadmin/generic_form.html" %} {% block form %} {% trans "You are about to add a recovery key for this volume" %}

{% trans "This will invalidate any previous recovery key" %}

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