{% extends 'django_openstack/syspanel/base.html' %} {% block sidebar %} {% with current_sidebar="tenants" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %}
| ID | Name | Actions | |
|---|---|---|---|
| {{user.id}} | {{user.name}} | {{user.email}} |
|
| ID | Name | Actions |
|---|---|---|
| {{user.id}} | {{user.name}} |
|