aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/users/edit.html
blob: 204e5860737b29f98a67888fd5358f1ddbb63762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[% 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' %]

[% INCLUDE status_message %]

[% INCLUDE 'admin/users/form.html' %]

[% INCLUDE 'admin/users/alerts.html' %]

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