<tr>\r
<td>${i}</td>\r
% if player_id != '-':\r
- <td><a href="${request.route_url('player_info', id=player_id)}" title="Go to the player info page for this player">${nick}</a></td>\r
+ <td><a href="${request.route_url('player_info', id=player_id)}" title="Go to the player info page for this player">${nick|n}</a></td>\r
% else:\r
- <td>${nick}</td>\r
+ <td>${nick|n}</td>\r
% endif\r
% if elo != '-':\r
<td>${round(elo, 3)}</td>\r
<tr>\r
<td>${i}</td>\r
% if player_id != '-':\r
- <td><a href="${request.route_url('player_info', id=player_id)}" title="Go to the player info page for this player">${nick}</a></td>\r
+ <td><a href="${request.route_url('player_info', id=player_id)}" title="Go to the player info page for this player">${nick|n}</a></td>\r
% else:\r
- <td>${nick}</td>\r
+ <td>${nick|n}</td>\r
% endif\r
% if elo != '-':\r
<td>${round(elo, 3)}</td>\r
<tr>\r
<td>${i}</td>\r
% if player_id != '-':\r
- <td><a href="${request.route_url('player_info', id=player_id)}" title="Go to the player info page for this player">${nick}</a></td>\r
+ <td><a href="${request.route_url('player_info', id=player_id)}" title="Go to the player info page for this player">${nick|n}</a></td>\r
% else:\r
- <td>${nick}</td>\r
+ <td>${nick|n}</td>\r
% endif\r
% if elo != '-':\r
<td>${round(elo, 3)}</td>\r
% if player_id != '-':\r
<td><a href="${request.route_url('player_info', id=player_id)}" title="Go to the player info page for this player">${nick|n}</a></td>\r
% else:\r
- <td>${nick}</td>\r
+ <td>${nick|n}</td>\r
% endif\r
<td class="play-time">${alivetime}</td>\r
</tr>\r