{% extends 'dashboard/base.html' %} {% load i18n %} {% block content-header %}

{% trans "API Keys" %}

{% endblock %} {% block content %} {% trans "Add New" %}

{% trans "API Keys" %}

{% for key in object_list %} {% endfor %}
{% trans "Description" %} {% trans "Key" %}
{% trans "Description" %} {% trans "Key" %}
{{ key.description }} {{ key.key }} {% trans "Delete" %}
{% endblock %}