{% extends "index.html" %} {% load i18n %} {% block menu %} {% with "users" as current_category %} {{ block.super }} {% endwith %} {% endblock %} {% block content %} {% if user_keys %}
{% trans "Keyname" %} | {% trans "Actions" %} |
---|---|
{{ key.name }} | {% trans "Delete" %} |