{% extends team["id"]+'/base.html' %} {% block title %}Tickets, memberships, and all the latest news about our players, all in one place{% endblock %} {% block description %}Welcome to the digital home of {{team.name|safe}} on Hattrick. Tickets, memberships, and all the latest news about our players, all in one place.{% endblock %} {% block content %}
{{team.name[:2]}}
Official Web

{{ team.name | upper | replace('F.C', '') |replace('FC', '')|replace('F.C.', '') | replace('Football Club', '') }} FOOTBALL CLUB

{{team.description}}


{{team.group}}
Group
+ {{team.get_nearby_number_members}}
Fans
#{{team["team_id"]}}
ID Club
{{team.allTrophies | length }}
Trophies

Next match

{% set play_match_week = team.get_play_match_week() %} {% if play_match_week is not none %}
{% if play_match_week.week in [15, 16] %}
PRE-SEASON
{% else %}
{{play_match_week.play_match.split(" - ")[0]}}
VS
{{play_match_week.play_match.split(" - ")[1]}}
{% endif %}
📅 {{play_match_week.cute_date()}} | 🏟️ {{team.stadium.name}}
{% else %}
NO SCHEDULED MATCHES
📅 Waiting for calendar deployment | 🏟️ {{ team.stadium.name }}
{% endif %}

SEASON OVERVIEW

{% if team.get_play_match_week() is not none %}{% set week = team.get_play_match_week().week %}
Season {{team.season}}Week {{week}} / 16
{% set per = (week/16*100)|int %}
{{per}}%
{% else %}
Season {{team.season}}Concluded

The current season has fully closed. The league database requires a transition setup to initiate the new tournament.

{%endif%}

Club News

{% for n in team.get_news(reverse=True) %}{% if n.shows()%} {% set color = ['bg-warning', 'bg-black', 'bg-primary', 'bg-success'][loop.index0 % 4] %}
{{n.icon|safe}}

{{n.title}}

{{n.text|safe}}

{{n.date|format_date("%d-%m-%Y")}}
{% endif %}{% endfor %}
Kame House Stadium
OFFICIAL STADIUM

{{team.stadium.name}}

{{team.stadium.geo[1]+", "+team.stadium.geo[0]}}

Where history is written and legends are born.

Capacity: {{ "{:,}".format(team.stadium.total_capacity).replace(",",".") }} ID: {{team.stadium.stadium_id}}

Sponsors

{% endblock %}