]> ruin.nu Git - ndwebbie.git/blob - root/src/calls/defleeches.tt2
Converted def leeches
[ndwebbie.git] / root / src / calls / defleeches.tt2
1 [% META title = 'Def Leeches' %]
2 <table>
3         <tr>
4         <th>User</th>
5         <th>Def Points</th>
6         <th>Def Missions</th>
7         <th>Recalled missions</th>
8         <th>Calls</th>
9         </tr>
10 [% FOR m IN members %]
11         <tr class="[% loop.count % 2 == 0 ? 'even' : 'odd' %]">
12         <td>[% m.username %]</td>
13         <td>[% m.defense_points %]</td>
14         <td>[% m.fleets %]</td>
15         <td>[% m.recalled %]</td>
16         <td>[% m.calls %]</td>
17         </tr>
18 [% END %]
19 </table>