</thead>
% endif
+% if game_type_cd in 'nb' 'nexball':
+ <thead class="nb ${pgstat.team_html_color()}">
+ <tr>
+ <th class="nick">Nick</th>
+ % if show_latency:
+ <th class="ping">Ping</th>
+ % endif
+ <th class="goals">Goals</th>
+ <th class="faults">Faults</th>
+ <th class="score">Score</th>
+ % if show_elo:
+ <th>Elo Change</th>
+ % endif
+ </tr>
+ </thead>
+% endif
+
</%def>
##### SCOREBOARD ROWS #####
<td>${pgstat.carrier_kills}</td>
% endif
+% if game_type_cd in 'nb' 'nexball':
+ <td>${pgstat.captures}</td>
+ <td>${pgstat.drops}</td>
+% endif
+
</%def>