<%inherit file="base.mako"/> <%namespace name="nav" file="nav.mako" /> <%block name="title"> Map captimes

${map.name}

Back to map info page

Fastest Flag Captures:

% for ct in captimes: % endfor
Game Captime Nick Server Date
view ${ct.fastest_cap.total_seconds()} seconds % if ct.player_id > 2: ${ct.player_nick_html|n} % else: ${rg.nick_html_colors|n} % endif ${ct.server_name} ${ct.create_dt_fuzzy}