{% extends "base.html" %} {% block title %}SecuVault - Rotation : {{ secret.name }}{% endblock %} {% block content %}

Rotation du secret

{{ secret.name }} v{{ secret.version }}

{% if error %}
{{ error }}
{% endif %}
{# The current version is embedded as a hidden field for optimistic-locking. #}
Annuler
{% endblock %}