[% loc(
"The diligency prize league table shows editors' activity (who's been editing the most records)."
) %]
[% loc('Diligency prize league table') %]
[% IF edit_activity.count %]
[% WHILE ( editor = edit_activity.next ) %]
- [% tprintf( loc('%d edits by %s'), editor.get_column('c'), editor.editor ) %]
[% END %]
[% ELSE %]
[% loc('No edits have yet been made.') %]
[% END %]