{% extends "index.html" %} {% load i18n %} {% block menu %} {% with "users" as current_category %} {{ block.super }} {% endwith %} {% endblock %} {% block content %} {% if user_keys %} {% for key in user_keys %} {% endfor %}
{% trans "Keyname" %} {% trans "Actions" %}
{{ key.name }} {% trans "Delete" %}
{% else %}
{% trans "The user has no keys." %}
{% endif %}
{% trans "Generate key" %}   {% trans "Add Key" %}
{% endblock content %}