{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "User Details" %}{% endblock %} {% block page_header %} {% include "horizon/common/_detail_header.html" %} {% endblock %} {% block main %}
{% include "identity/users/_detail_overview.html" %}
{% endblock %}