horizon/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/index.html

16 lines
368 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Access & Security" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Access & Security") %}
{% endblock page_header %}
{% block main %}
<div class="row">
<div class="col-sm-12">
{{ tab_group.render }}
</div>
</div>
{% endblock %}