]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/alliances/hostile.tt2
Show how many times an alliance has been targeted by us.
[ndwebbie.git] / root / src / alliances / hostile.tt2
index 0996ec6bed8792820c1b8a2994578d8beeaaa4d5..28f1272f7dc4d99a8bf708c11e85e1b256217650 100644 (file)
        <tr>
                <th>Alliance</th>
                <th>Hostile Counts</th>
+               <th>Targeted by us</th>
+               <th>Raid targets</th>
        </tr>
 [% FOR a IN alliances %]
        <tr class="[% loop.count % 2 ? 'even' : 'odd' %]">
-               <td><a href="[% c.uri_for('edit',a.id) %]">[% a.name %]</a></td>
+               <td><a href="[% c.uri_for('edit',a.aid) %]">[% a.alliance %]</a></td>
                <td>[% a.hostile_count %]</td>
+               <td>[% a.targeted %]</td>
+               <td>[% a.targeted_raids %]</td>
        </tr>
 [% END %]
 </table>