X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=xonstat%2Ftemplates%2Fplayer_info.mako;h=f51dac9627cf265cc62e2bfff5c061b2b55916bf;hp=576c526da449d4fd1e6510ee4541d1c2895162e0;hb=67770f6a980ef9bc98f4f1c39fad39669816e9a0;hpb=3b8781019d65300747c6d7de8a9b9641fa3aafe4 diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index 576c526..f51dac9 100644 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -220,6 +220,15 @@ Player Information % if g.game_type_cd in fav_maps: Favorite Map: ${fav_maps[g.game_type_cd].map_name}
% endif + + % if g.game_type_cd == 'ctf': + % if overall_stats[g.game_type_cd].total_captures is not None: + Fastest flag captures... + % endif + % else: +
+ % endif +

@@ -253,6 +262,8 @@ Player Information % if overall_stats[g.game_type_cd].cap_ratio is not None: Cap Ratio: ${round(overall_stats[g.game_type_cd].cap_ratio,2)} (${overall_stats[g.game_type_cd].total_captures} captures, ${overall_stats[g.game_type_cd].total_pickups} pickups)
% endif + % else: +
% endif