{% extends team.id+'/base.html' %} {% block title %}First team{% endblock %} {% block description %}The Muten Roshi FC squad: warriors of Kame Island led by captain Femenias. Academy discipline and midfield dominance on the path to glory.{% endblock %} {%block head_meta%} {%endblock%} {% block content %}

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 photo 2026

Squad photo

Squad

{% for player in team.players %}
{{player.faceCard|safe}}

{{player.name_player}}

{{player.position}} {% if loop.index == 4%} CAPTAIN {%endif%}
Shirt Number: #{{ loop.index }}
{% if player.mother_club%}{% else%} -{% endif %}
{% endfor %}

Technical Staff and Secretariat

{{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%}

Sporting Director

{{manager.clean_faceCard()|safe}}

{{manager.name}}

Manager

Manager Profile

Experience Since {{manager.joined|format_date}}
Specialist Tactics Playmaking
Nationality Contry {{manager.flag}}
Tactical Strategy 95%

Joaquín Henríquez

Chairman of the Board

Hattrick Football Association

Gustav Jonasson

Hattrick Football Association
{% endblock %}