{% extends "index.html" %} {% load i18n %} {% block menu %} {% with current_category="users" %} {{ block.super }} {% endwith %} {% endblock %} {% block content %} {% if usernamemaps %} {% for usermap in usernamemaps %} {% endfor %}
{% trans "Host" %} {% trans "Username on host" %} {% trans "Actions" %}
{{ usermap.host.name }} {{ usermap.username }} {% trans "Delete" %}
{% else %}
{% trans "No username mappings exist." %}
{% endif %} {% trans "Create mapping" %} {% endblock %}