First team
The First Team represents the highest level of the club, bringing together our most competitive and dedicated players. With a strong focus on teamwork and discipline, the squad reflects the club's identity and style of play.
{{team.staff[0]["faceCard"]|safe}}
{{team.staff[0]["name"]}}
Coach
Melchor Arbos Marin
Secretary
{% set colors = {'Medic': 'danger', 'Sports Psychologist': 'info','Assistant Coach': 'primary', 'Form Coach': 'warning','Financial Director': 'light', 'Tactical Assistant': 'secondary'} %}
{% for staff in team.staff[1] %}
{{staff["faceCard"]|safe}}
{{staff["name"]|safe}}
{% set css_colors = colors.get(staff["specialist"], 'dark') %}
{{staff["specialist"]}}
{%endfor%}