{% 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.stadium.name}}

The Heart of {{team.name}}

{{team.stadium.name}} Wide View

Opened in {{team.founded|format_date}} in the vibrant region of {{team.stadium.geo[1]}}, {{team.stadium.name}} is much more than a stadium: it is the temple where history is written every matchday.

Following its latest major renovation in {{team.stadium.last_improvement|format_date}}, the stadium now features elite facilities, ensuring a top-tier experience as fans watch their legends emerge under the lights of Barcelona. With a capacity of {{ "{:,.0f}".format(team.stadium.total_capacity).replace(",",".")}} spectators, this venue has been designed to maximize atmosphere and crowd pressure.

Total Capacity
{{ "{:,.0f}".format(team.stadium.total_capacity).replace(",",".")}}
VIP Seats
{{ "{:,.0f}".format(team.stadium.seats_VIP).replace(",",".")}}
Covered
{{ "{:,.0f}".format(team.stadium.seats_under_roof).replace(",",".")}}
Last Update
{{team.stadium.last_improvement|format_date}}
Estadio Ilustración
stadium ball

About the Stadium

Located in {{team.stadium.geo[1]}} in country {{team.stadium.geo[0]}}, {{team.stadium.name}} (ID: {{team.stadium.stadium_id}}) is the official home of {{team.name}}. Since {{team.founded|format_date}}, it has been a benchmark in Spanish sports.

  • {{ "{:,.0f}".format(team.stadium.terraces).replace(",",".")}} Terraces
  • {{ "{:,.0f}".format(team.stadium.basic_seating).replace(",",".")}} Basic Seating
  • {{ "{:,.0f}".format(team.stadium.seats_under_roof).replace(",",".")}} Seats Under Roof
  • {{ "{:,.0f}".format(team.stadium.seats_VIP).replace(",",".")}} Seats in VIP Boxes
"Where history is written and legends are born."

The Academy

Youth Facilities

{{team.youth_team.stadium_name}}: Where Stars Are Born

{{team.youth_team.stadium_name|capitalize}} is the home of our youth teams and a source of pride for the club's structure. With an intimate capacity of 600 spectators, this venue is designed so our young players can feel the support of the fans as they prepare to make the big step up to {{team.stadium.name}}.

The heart of {{team.youth_team.name}}, where the future of {{team.name}} begins to beat.

{% endblock %}