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