Project

General

Profile

Download (285 Bytes) Statistics
| Branch: | Tag: | Revision:

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

    
(8-8/8)