{% extends "basepage.xhtml" %} {% block html_title %}Hostile Takeover Game Detail{% endblock %} {% block head_css %} .stats_table {margin:0 auto;padding:0;} .stats_table_wide {margin:auto;padding:0;width:90%} .bottom_border {background-color:#b5bbd5;width:100%;height:1px;margin:0;padding:0} .stat_name {width:50%;padding:8px;font-weight:bold;} .stat_value {text-align:center;padding:8px;font-weight:bold;} .round_left {-webkit-border-top-left-radius:10px;-moz-border-radius-topleft:10px} .round_right {-webkit-border-top-right-radius:10px;-moz-border-radius-topright:10px} .sechdr {background:url("data:image/gif;base64,R0lGODlhAgAdAMQAAPD2/+71/+30/uvz/ury/ujx/ufw/uTu/uXv/uLt/uHs/d/q/d7p/dzo/dvn/c3e+c7e+szd+cvc+Mrb+Mja+MfZ98bY98XX98TW9sLV9sDU9cHU9r/T9QAAAAAAAAAAACH5BAAHAP8ALAAAAAACAB0AAAUxIAAEgSAMA0EUhWEgyHEkiaIsC8M0jeNAkMcjEpFIJhMKpVKxWC4XDCaT2Ww0Gg4nBAA7");margin:20px 0 0 0;padding:5px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;text-align:center;font-size:16px;font-weight:bold;} .avatar_td {border:none;width:64px;height:64px;} .winner_td {border:none;width:48px;height:64px;} .player_td {padding:8px;width:270px;max-width:270px;overflow:hidden;white-space:nowrap;} .player_span {color:black;font-size:28px;font-weight:bold;} .player_msg_span {color:#666;font-size:12px;font-weight:bold;line-height:100%;vertical-align:top;} .avatar_img {border:none;vertical-align:bottom;} .chevron_td {padding:8px;font-size:20px;font-weight:bold;} .linkblock {text-decoration:none;display:block;} .arrow {border:none;} .player_stat_name_value {padding:8px;text-align:left;font-size:16px;font-weight:bold;} .message {text-align:center;width:80%;margin:0 auto;font-size:12px;font-weight:bold;} {% endblock %} {% block page_content %}
Mission | |
|---|---|
| Title: | {{ gamestats.title|escape }} |
| Speed: | {{ gamestats.game_speed_multiplier|escape }} |
| Duration: | {{ gamestats.duration_minutes|escape }} minutes |
| Played: | |
Teams | |
|---|---|
| {% for player_stat in team %} {% if forloop.last %} {{ player_stat.name }} {% else %} {{ player_stat.name }}, {% endif %} {% endfor %} | {% for player_stat in team %} {% endfor %} |
Mission Stats |
{% for player_stat in gamestats.player_stats %}
{% if forloop.last %}
||||
| Mobile Units Built | {% for player_stat in gamestats.player_stats %}{{ player_stat.munts_built }} | {% endfor %}|||
| Structures Built | {% for player_stat in gamestats.player_stats %}{{ player_stat.structs_built }} | {% endfor %}|||
| Mobile Units Lost | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.munts_lost }} | {% endfor %}|||
| Structures Lost | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.structs_lost }} | {% endfor %}|||
| Mobile Units Killed | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.enemy_munts_killed }} | {% endfor %}|||
| Structures Killed | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.enemy_structs_killed }} | {% endfor %}|||
| Units Remaining | {% for player_stat in gamestats.player_stats %}{{ player_stat.units_remaining }} | {% endfor %}|||
| Credits Acquired | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.credits_acquired }} | {% endfor %}|||
| Credits Consumed | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.credits_consumed }} | {% endfor %}|||
Unit Built Stats |
{% for player_stat in gamestats.player_stats %}
{% if forloop.last %}
||||
| Security Guard | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.0 }} | {% endfor %}|||
| Rocket Trooper | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.1 }} | {% endfor %}|||
| Corporate Raider | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.2 }} | {% endfor %}|||
| Andy | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.19 }} | {% endfor %}|||
| Fox | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.22 }} | {% endfor %}|||
| SR-98 Eagle | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.3 }} | {% endfor %}|||
| T-29 Broadsword | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.4 }} | {% endfor %}|||
| M-18 Hydra | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.5 }} | {% endfor %}|||
| T-33 Liberator | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.6 }} | {% endfor %}|||
| G-4 Bullpup | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.7 }} | {% endfor %}|||
| H-7 Dominion | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.8 }} | {% endfor %}|||
| A-3 Cyclops | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.20 }} | {% endfor %}|||
| Power Generator | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.9 }} | {% endfor %}|||
| Galaxite Processor | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.10 }} | {% endfor %}|||
| Galaxite Warehouse | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.11 }} | {% endfor %}|||
| Human Resource Center | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.12 }} | {% endfor %}|||
| Vehicle Transport Station | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.13 }} | {% endfor %}|||
| Surveillance Center | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.14 }} | {% endfor %}|||
| R&D Center | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.15 }} | {% endfor %}|||
| Headquarters | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.16 }} | {% endfor %}|||
| Gatling Tower | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.17 }} | {% endfor %}|||
| Rocket Tower | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.18 }} | {% endfor %}|||
| Replicator | {% for player_stat in gamestats.player_stats %}{{ player_stat.winstats.built_counts.21 }} | {% endfor %}|||