Opinion War {% if _war.status == 'active' %}Battle ends in {{ _war.ends_in }}{% else %}Battle ended{% endif %}
{{ render_title(_war.faction_a) }}
{{ _war.pct_a }}%
{{ "{:,}".format(_war.hp_a) }} HP
{{ render_title(_war.faction_b) }}
{{ _war.pct_b }}%
{{ "{:,}".format(_war.hp_b) }} HP
{% include "_opinion_war_field.html" %}
{%- if _war.winner == 'draw' -%} It's a draw at {{ "{:,}".format(_war.hp_a) }} HP each {%- elif _war.winner_label -%} {{ _war.winner_label }} wins the war! {%- endif -%}
{% if _war.viewer %}
{{ render_title(_war.viewer.faction == 'a' and _war.faction_a or _war.faction_b) }} Rank #{{ _war.viewer.rank }} · {{ "{:,}".format(_war.viewer.hp) }} HP dealt
{% endif %} {% if _war.status == 'active' %}
{% if not _war.viewer %}
{% else %}
{% endif %}
{% endif %} {% if _war.top_contributors %}
Top contributors
{% endif %}
Live events
View All Battles {% set _type = "battle" %}{% set _uid = _war.uid %}{% set _owner = _war.author.uid %}{% set _owner_name = _war.author.username %}{% set _class = "war-foot-btn" %}{% include "_report_button.html" %}