{% extends "themis/base.html" %} {% block title %}Add API Key — {{ themis_app_name }}{% endblock %} {% block content %}

Add API Key

{% csrf_token %}
{{ form.service_name }}
{{ form.key_type }}
{{ form.label }}

Credential

{{ form.key_value }}

Documentation

{{ form.instructions }}
{{ form.help_url }}
Cancel
{% endblock %}