{% extends "sentry/projects/manage.html" %} {% load i18n %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}{% trans "Manage Client Keys" %} | {{ block.super }}{% endblock %} {% block inner %}
{% trans "Client Key" %} | {% trans "Actions" %} |
---|---|
{% if key.label %}
{{ key.label }}
{% else %}
{{ key.public_key }}
{% endif %}{{ key.dsn_private }} |
{% if key.can_edit %} {% if key.is_active %} {% else %} {% endif %} {% endif %} {% if key.can_remove %} {% endif %} |