<td></td>
% endif
${scoreboard_row(game_type_cd, pgstat)}
+ % if game_type_cd != 'cts':
<td>${pgstat.score}</td>
+ % endif
% if show_elo:
% if pgstat.elo_delta is not None:
<td>${round(pgstat.elo_delta,2)}</td>
</thead>
% endif
+% if game_type_cd == 'cts':
+ <thead>
+ <tr>
+ <th class="nick">Nick</th>
+ % if show_latency:
+ <th class="ping">Ping</th>
+ % endif
+ <th class="fastest">Fastest Lap</th>
+ <th class="deaths">Deaths</th>
+ </tr>
+ </thead>
+% endif
+
% if game_type_cd == 'ctf':
<thead class="ctf ${pgstat.team_html_color()}">
<tr>
<td>${pgstat.drops}</td>
% endif
+% if game_type_cd == 'cts':
+ <td>${pgstat.fastest}</td>
+ <td>${pgstat.deaths}</td>
+% endif
+
% if game_type_cd == 'ctf':
<td>${pgstat.kills}</td>
<td>${pgstat.captures}</td>