{% extends "themis/base.html" %} {% block title %}Edit {{ key.display_name }} — {{ themis_app_name }}{% endblock %} {% block content %}

Edit Key: {{ key.display_name }}

You can edit the key metadata below. The encrypted key value cannot be changed — delete and re-add the key if needed.
{% csrf_token %}
Service Name {{ form.service_name }}
Key Type {{ form.key_type }}
Label {{ form.label }}

Documentation

Instructions {{ form.instructions }}
Help URL {{ form.help_url }}
Cancel
{% endblock %}