summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/users/templates/users/index.html
blob: 53c327d8c0e1a601023fc51b137bbdc1e341bef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Users" %}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_domain_page_header.html" with title=_("Users") %}
{% endblock page_header %}

{% block main %}
    {{ table.render }}
{% endblock %}