]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/calls/defleeches.tt2
Show recevied and sent value on def leeches page
[ndwebbie.git] / root / src / calls / defleeches.tt2
index 12c4e9f52a1f552c001e2bb0a529398390520123..7e6bdfe763d86d3d6c9be2ca033f889545b9f747 100644 (file)
@@ -7,6 +7,8 @@
        <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' %]">
@@ -16,6 +18,8 @@
        <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>