]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/members/index.tt2
Change the calls and incomings structure
[ndwebbie.git] / root / src / members / index.tt2
index 2120afe12ade5fba015d015d90275abdd930cf3a..7f1bc7df92858f2020c13c02bc69f24fe6d698f8 100644 (file)
 [% END %]
 [% IF calls %]
 <table>
-       <tr><th>Call</th><th>DC</th><th>Landing tick</th><th>Races</th><th>Amount</th><th>Shiptypes</th><th>Current eta</th><th>Inital eta</th><th>Attackers</th></tr>
+       <tr><th>Call</th><th>Status</th><th>DC</th><th>Landing tick</th><th>Races</th><th>Amount</th><th>Shiptypes</th><th>Current eta</th><th>Inital eta</th><th>Attackers</th></tr>
        [% FOR call IN calls %]
        <tr align="center" class="[% loop.count % 2 == 0 ? 'even' : 'odd' %]">
-               <td class="[% UNLESS call.dc %]Hostile[%END%]"><a href="[% c.uri_for('/calls/edit',call.id) %]">[% call.id %]</a></td>
+               <td class="[% UNLESS call.dc %]Hostile[%END%]"><a href="[% c.uri_for('/calls/edit',call.call) %]">[% call.call %]</a></td>
+               <td>[% call.status %]</td>
                <td>[% call.dc %]</td>
                <td>[% call.landing_tick %]</td>
                <td>[% call.race.unique.join('/') %]</td>