]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/calls/defleeches.tt2
Remove most of def calls
[ndwebbie.git] / root / src / calls / defleeches.tt2
diff --git a/root/src/calls/defleeches.tt2 b/root/src/calls/defleeches.tt2
deleted file mode 100644 (file)
index 7e6bdfe..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-[% META title = 'Def Leeches' %]
-<table>
-       <tr>
-       <th>User</th>
-       <th>Def Points</th>
-       <th>Def Missions</th>
-       <th>Recalled missions</th>
-       <th>Calls</th>
-       <th>Defended calls</th>
-       <th title="Compared to own value at the time">Value received</th>
-       <th title="Compared to own value at the time">Value sent</th>
-       </tr>
-[% FOR m IN members %]
-       <tr align="right" class="[% loop.count % 2 == 0 ? 'even' : 'odd' %]">
-       <td align="left">[% m.username %]</td>
-       <td>[% m.defense_points %]</td>
-       <td>[% m.fleets %]</td>
-       <td>[% m.recalled %]</td>
-       <td>[% m.calls %]</td>
-       <td>[% m.defended_calls %]</td>
-       <td>[% m.value %]</td>
-       <td>[% m.sent_value %]</td>
-       </tr>
-[% END %]
-</table>