{% extends "index.html" %} {% load i18n %} {% block menu %} {% with current_category="users" %} {{ block.super }} {% endwith %} {% endblock %} {% block content %} {% if usernamemaps %}
{% trans "Host" %} | {% trans "Username on host" %} | {% trans "Actions" %} |
---|---|---|
{{ usermap.host.name }} | {{ usermap.username }} | {% trans "Delete" %} |