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

{{ key.display_name }}

Edit
{% csrf_token %}
Service
{{ key.service_name }}
Type
{{ key.get_key_type_display }}
{% if key.label %}
Label
{{ key.label }}
{% endif %}
Value
{{ key.masked_value }}
Status
{% if key.is_active %} Active {% else %} Inactive {% endif %}
{% if key.expires_at %}
Expires
{{ key.expires_at }}
{% endif %} {% if key.last_used_at %}
Last Used
{{ key.last_used_at }}
{% endif %}
Added
{{ key.created_at }}
{% if key.instructions %}

How to Use This Key

{{ key.instructions|linebreaksbr }}
{% endif %} {% if key.help_url %}
View Documentation ↗
{% endif %} ← Back to Keys
{% endblock %}