{% extends "valet_keys/base.html" %} {% block subcontent %}
These are your API keys. They're useful for building applications that perform tasks on MDN on your behalf. If you have stopped using any of them, or suspect one has been exposed to parties you don't trust with your account, click the
to delete the key. It's easy to create a replacement key at any time. {% if not keys %}You have no API keys, yet.
{% else %}History {{ key.history.count }} {% if not key.is_disabled %} X {% endif %} | {{ key.created }} | {{ key.description }} {% if key.is_disabled %}(disabled){% endif %} |