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

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

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