API Keys

{% if api_keys %} {% for key in api_keys %} {% endfor %}
API Key User Status Created Actions
{{ key.key|slice:":4" }}...{{ key.key|slice:"-4:" }} {{ key.user}} {% if key.is_active %}Active{% else %}Inactive{% endif %} {{ key.created_at|date:"Y-m-d" }}
{% else %}

No API Keys Available

{% endif %}