blob: 4109a307531324c249230678548143d9f46c2471 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<li>
<div class="admin-hint">
<p>
[% loc("Reports from users with high enough reputation will be sent immediately without requiring inspection. Each category's threshold can be managed on its edit page. Users earn reputation when a report they have made is marked as inspected by inspectors.") %]
</p>
</div>
[% loc('Reputation:') %] [% user.get_extra_metadata('reputation') %]
</li>
<li>
<div class="admin-hint">
<p>
[% loc(
"The user's initials are used when sending inspections to Exor.
Only inspectors need to have this field filled in.")
%]
</p>
</div>
<label for="initials">[% loc('Initials:') %]</label>
<input type='text' class="form-control" name='extra[initials]' id='initials' value='[% user.get_extra_metadata("initials") | html %]'>
</li>
|