Congrats, {{ team_names[order[0]] }}!

You literally own {{ area_size }} km² of {{ area_name }}.


{% for team in order if team != 0%}
{% endfor %}

Out of {{ total_count }} gyms in Wrocław, {{ team_names[order[0]] }} owns {{ count[order[0]] }} ({{ '%0.1f' % percentages[order[0]] }}%) of them. They have {{ prestige[order[0]] }} ({{ '%0.1f' % prestige_percent[order[0]] }}%) prestige amassed right now.

Next in line is {{ team_names[order[1]] }}, which owns {{ count[order[1]] }} ({{ '%0.1f' % percentages[order[1]] }}%) Gyms right now. They accumulated {{ prestige[order[1]] }} ({{ '%0.1f' % prestige_percent[order[1]] }}%) prestige.

And the loser is {{ team_names[order[2]] }} with just {{ count[order[2]] }} ({{ '%0.1f' % percentages[order[2]] }}%) Gyms in possesion, with {{ prestige[order[2]] }} ({{ '%0.1f' % prestige_percent[order[2]] }}%) prestige total.

By the way, {{ count[0] }} ({{ '%0.1f' % percentages[0] }}%) Gyms are empty.


{{ team_names[order[0]] }}'s strongest Gym has {{ strongest[order[0]][0] }} prestige and is guarded by {{ strongest[order[0]][2] }}.

On the other hand, runner up ({{ team_names[order[1]] }}) can boast with their {{ strongest[order[1]][0] }} prestige as the strongest Gym and {{ strongest[order[1]][2] }} sitting there.

Last but not least, {{ strongest[order[2]][0] }} prestige guarded by {{ strongest[order[2]][2] }} is the stronghold for {{ team_names[order[2]] }}.


The most common guardians (strongest Pokemon residing in Gym) are {{ top_guardians[order[0]] }}, {{ top_guardians[order[1]] }} and {{ top_guardians[order[2]] }}.


Generated {{ minutes_ago }} minutes ago using data from {{ last_date_minutes_ago }} minutes ago gathered by pokeminer

{% include 'footer.html' ignore missing %}