%inherit file="base.mako"/> <%namespace name="nav" file="nav.mako" /> <%namespace file="navlinks.mako" import="navlinks" /> <%block name="navigation"> ${nav.nav('games')} %block> <%block name="css"> ${parent.css()} %block> <%block name="title"> Game Index %block> % if len(recent_games) > 0: ##### ROW OF GAME TYPE ICONS #####
Type | Server | Map | Time | Winner | |
---|---|---|---|---|---|
view | ${rg.server_name} | ${rg.map_name} | ${rg.fuzzy_date} | % if rg.player_id > 2: ${rg.nick_html_colors|n} | % else: ${rg.nick_html_colors|n} % endif