root / uauth / organization / templates / organization / view_user.html @ 7b499930
1 |
{% extends "organization/base.html" %} |
---|---|
2 |
{% load i18n %} |
3 |
|
4 |
{% block page-title %} |
5 |
{% trans 'User details' %} |
6 |
{% endblock %} |
7 |
|
8 |
{% block appbar %} |
9 |
<h2>{% trans "User details" %}</h2> |
10 |
{% endblock %} |
11 |
|
12 |
{% block content %} |
13 |
{% include "organization/user.html" with user=object %} |
14 |
{% endblock %} |
15 |
|
- « Previous
- 1
- …
- 6
- 7
- 8
- Next »