aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/admin/edit-league.html
blob: 6bf71537e5bead0db3198c6c3962fd6e0234c6f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h2>[% loc('Diligency prize league table') %]</h2>
[% IF edit_activity.count %]
<ul>
    [% WHILE ( editor = edit_activity.next ) %]
    <li>[% tprintf( loc('%d edits by %s'), editor.get_column('c'), editor.editor ) %]</li>
    [% END %]
</ul>
[% ELSE %]
<p>
[% loc('No edits have yet been made.') %]
</p>
[% END %]