{% extends "base.html" %} {% block title %}Profile{% endblock title %} {% block content %}

Profile

Email:
{{key.email}}
Key:
{{key.key}}
Name:
{{key.name|default:"none"}}
Organization Name:
{{key.org_name|default:"none"}}
Organization URL:
{{key.org_url|default:"none"}}
Usage:
{{key.usage|default:"none"}}
Signup Time:
{{key.issued_on}}

Your Key's Statistics

Edit Password

{% if password_is_key %}

Currently your password is set to the value of your API key, you will most likely want to change it.

{% endif %}
{% endblock content %} {% block js %} {% endblock js %}