{% extends 'base.html' %} {% load ui_extras %} {% block content %}
| Name | Backend | |
|---|---|---|
| {% if perms.realms.view_realm %} {{ realm }} {% else %} {{ realm }} {% endif %} | {{ realm.backend }} | {% if not request.realm_authentication_session.is_remote and perms.realms.change_realm %} {% url 'realms:update' realm.uuid as url %} {% button 'UPDATE' url "Edit Realm" %} {% endif %} |