{% extends "valet_keys/base.html" %} {% block subcontent %} {% if not key %}

Describe your intended use for this key, below.

NOTE: This will be your only means of identifying this key later, other than the date and time of its creation. So, be as clear as you can.

{{ form }} Cancel
{% else %}

Your new key has been created. Please make a note of the details below (e.g. by copying them into your application's settings). This information will never be displayed again, and cannot be recovered if lost.

NOTE: When you're done, return to the key list. Reloading this page will create a new key.

Key ID
{{ key.key }}
Secret
{{ secret }}
Created
{{ key.created }}
Description
{{ key.description }}
{% endif %} {% endblock %}