{% extends 'base.html' %} {% load inventory_extras ui_extras %} {% block content %}

Single Sign-On

{% if perms.realms.view_realm %}

Realms

{% endif %} {% if perms.realms.view_realmgroup %}

Groups

{% endif %} {% if perms.realms.view_realmuser %}

Users

{% endif %} {% if perms.realms.view_realmgroupmapping %}

Group mappings

{% endif %} {% if perms.realms.view_rolemapping %}

Role mappings

{% endif %} {% endblock %}