]> ruin.nu Git - ndwebbie.git/blob - root/src/covop/index.tt2
Converted covop target list
[ndwebbie.git] / root / src / covop / index.tt2
1 [% META title = 'Covert operations' %]
2 <table>
3         <tr>
4         <th>Coords</th><th>Metal</th><th>Crystal</th><th>Eonium</th><th>Gov</th><th>Alert</th><th>Dists</th><th>Max (15 agents)</th><th>Last covop (tick)</th>
5         </tr>
6
7 [% debug(targets.size) %]
8 [% FOR t IN targets %]
9         <tr align="center" class="[% loop.count % 2 == 0 ? 'even' : 'odd' %]">
10         <td><a href="[% c.uri_for('/stats/planet',t.id) %]">[% t.coords %]</a></td>
11         <td>[% t.metal %]</td>
12         <td>[% t.crystal %]</td>
13         <td>[% t.eonium %]</td>
14         <td>[% t.gov %]</td>
15         <td>[% t.minalert %] - [% t.maxalert %]</td>
16         <td>[% t.distorters %]</td>
17         <td>[% t.maxreshack %]</td>
18         <td>[% t.lastcovop %]</td>
19         <td><a href="[% c.uri_for('marktarget', t.id) %]">Did CovOp this tick</a></td>
20         </tr>
21 [% END %]
22 </table>