]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/templates/player_elo_info_text.mako
Remove more refs to sqlahelper.
[xonotic/xonstat.git] / xonstat / templates / player_elo_info_text.mako
1 V 1
2 R XonStat/1.0
3 T ${now}
4 S ${request.route_url('player_info', id=player.player_id)}
5 P ${hashkey}
6 n ${player.nick}
7 i ${player.player_id}
8 % if player.active_ind == True:
9 e active-ind 1
10 % else:
11 e active-ind 0
12 % endif
13 e location
14 % for game_type_cd in elos.keys():
15 % if game_type_cd != 'overall':
16 G ${game_type_cd}
17 e elo ${elos[game_type_cd].elo}
18 % endif
19 % endfor