{% extends "basepage.xhtml" %} {% block html_title %}Hostile Takeover Game List{% endblock %} {% block head_css %} .cllist {width:100%;border-collapse:collapse;border-spacing:0px;-webkit-border-vertical-spacing:0px;} .row_title {padding:0;color:black;font-size:20px;font-weight:bold;} .row_smallgray {padding:0;color:#666;font-size:12px;font-weight:bold;} .arrow {border:none;} .bottom_border {background-color:#b5bbd5;width:100%;height:1px;margin:0;padding:0} .linkblock {text-decoration:none;display:block;} .clshowrow {width:100%;height:40px;} .clshow {color:black;font-size:14px;font-weight:bold;} .nospace {letter-spacing:0.0cm;} .bottombar { -webkit-text-size-adjust: none; background:#EFF1FA url("data:image/gif;base64,R0lGODlhAQAjAMQAAPL0/evt+O/x+uns9+7w+ufq9OXp9PL0/Nnf7PDy++jr9tbc6ePn8+Hm8tTb6dng7NXb6e3v+N/k8PX2/uTo8+Hl8NXc6dvh7t3j7/Hz/Ozu+Nvg7d3i7vT1/vb3/9fd6yH5BAAAAAAALAAAAAABACMAAAUdoOdNXQccWSIQkRYMSmFQTFNJGHdtD/J9CwvEEQIAOw==") repeat-x; border-bottom:1px solid #B5BBD5; line-height:33px; height:35px; margin:0; padding:0; width:100%; overflow:hidden; } .bottombar a { text-decoration: none; } a.nav-left { display:inline; margin: 0 auto; line-height:33px; font-family:Arial, Helvetica, sans-serif; font-size:13.5px; padding:5px 8px; background-repeat:repeat-x; border:1px solid #B5BBD5; -webkit-border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; } a.nav-on { font-weight:bold; color:#fff; text-shadow:1px 2px 1px #666; background:#A6A8B3 url("data:image/gif;base64,R0lGODlhAQAaAMQAAI+RopyfrZGUpLCxu6qstoyPoI2Qopmbqq6xuYqOn6uuuK2wuairtbK0vJqdq6aos5OWppWYp5eaqJ+hrpCTo7GzvLO1vaCjsKKlsaWnswAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABoAAAUVoNVUA7IoBPNk2DUFziFFkEABRpGEADs=") repeat-x; } a.nav-off { color:#333; text-shadow:2px 2px 2px #C5C7D3; background:#E7EAF5 url("data:image/gif;base64,R0lGODlhAQAaAMQAANXa6ejr9efq9ODl8Nzi7tbc6dfe6+Xq9Nnf7NTa6Nfd6t3i7+Po8uLm8ufq9ens9tje69rg7ODl8dTc6tvg7ePn8+jr9t7k8OXo8////wAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABoAAAUVYPZYgSMcGFM10nAtBBUhkKEUE5CEADs=") repeat-x; } a.nav-right { display:inline; margin: 0 auto; line-height:33px; font-family:Arial, Helvetica, sans-serif; font-size:13.5px; padding:5px 8px; background-repeat:repeat-x; border-top:1px solid #B5BBD5; border-right:1px solid #B5BBD5; border-bottom:1px solid #B5BBD5; -webkit-border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; } {% endblock %} {% block page_content %}
{% if user_name %} {% if all %} {{ user_name|escape }}'s games All games {% else %} {{ user_name|escape }}'s games All games {% endif %} {% else %} All games {% endif %}
{% for gamestats in rows %} {% ifequal gamestats.game_result 0 %} {% else %} {% endifequal %} {% endfor %} {% ifnotequal show_url "" %} {% endifnotequal %}
{{ gamestats.title|escape }}
{% for player_stat in gamestats.player_stats %} {% ifequal player_stat.win_result 2 %} {% endifequal %} {% ifequal forloop.last 0 %} {{ player_stat.name|escape }}, {% else %} {{ player_stat.name|escape }} {% endifequal %} {% endfor %}
Show Last {{ show_count }} Games
{% endblock %}