summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/roles/templates/roles/index.html
blob: b17ae2300c77ae7bc7a5405a5724ce681f1c09f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends 'infrastructure/base.html' %}
{% load i18n %}
{% block title %}{% trans 'Deployment Roles' %}{% endblock %}

{% block page_header %}
  {% include 'horizon/common/_items_count_domain_page_header.html' with title=_('Deployment Roles') %}
{% endblock page_header %}

{% block main %}
<div class="row">
  <div class="col-xs-12">
    {{ table.render }}
  </div>
</div>

{% endblock %}