{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block title %}{% trans "Delete API Key" %} - {% trans "Rattic" %}{% endblock %} {% block content %}
{% blocktrans %}Please press confirm if you wish to delete this key{% endblocktrans %}
{% trans "Name" %}: {{ key.name }}
{% trans "Created" %}: {{ key.created }}