horizon/openstack_dashboard/dashboards/identity/users/templates/users/detail.html

17 lines
354 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "User Details" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_detail_header.html" %}
{% endblock %}
{% block main %}
<div class="row">
<div class="col-sm-12">
{% include "identity/users/_detail_overview.html" %}
</div>
</div>
{% endblock %}