{% load static %}
{% block headtitle %}SSHKM{% endblock %}
Toggle navigation
{% if user.is_authenticated %} {% url 'HostList' as current_url %}
Hosts
{% url 'GroupList' as current_url %}
Groups
{% url 'KeyList' as current_url %}
Keys
{% url 'OsuserList' as current_url %}
OS-Users
{% url 'PermissionList' as current_url %}
Permissions
{% endif %}
{% url 'docs' as current_url %}
Docs
Top
{% if user.is_authenticated %}
Logout
{% if user.is_staff %} {% url 'SettingsList' as current_url %}
{% endif %} {% endif %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% block title %}{% endblock %}
{% block content %}{% endblock %}