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

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

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