{% extends "base.html" %} {% block title %}Identity and Access Management{% endblock %} {% block content %}
{% block navtabs %} {% include 'IAM/nav.html' %} {%- endblock navtabs %}

This is the IAM start site. Manage users and access here.

{% endblock %}