blob: d69c873a312eabdd79f8d9e4bc0656dc0ba0b8ee (
plain)
1
2
3
4
5
6
7
8
|
[% INCLUDE 'admin/header.html' title=tprintf(loc('Editing user %d'), user.id ) -%]
[% PROCESS 'admin/report_blocks.html' %]
[% status_message %]
[% INCLUDE 'admin/user-form.html' %]
[% INCLUDE 'admin/footer.html' %]
|