aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/user_edit.html
blob: 5bfdf341fb674422ff45b1f0722bd8310a48746c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[% IF user.id ~%]
    [% title = tprintf(loc('Editing user %d'), user.id ) ~%]
[% ELSE ~%]
    [% title = loc('Add user') ~%]
[% END ~%]
[% INCLUDE 'admin/header.html' title=title -%]
[% PROCESS 'admin/report_blocks.html' %]

[% status_message %]

[% INCLUDE 'admin/user-form.html' %]

[% INCLUDE 'admin/footer.html' %]