{% extends 'base.html' %} {% load static %} {% block title %}{{ player.name }} - Perfil del Jugador{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% endif %}
{% if team_division_player %}
{% if player.position %} {{ player.position.name }} {% endif %} {% if team %} {{ team.name }} {% endif %}
Las estadísticas detalladas estarán disponibles próximamente.
| Fecha | Partido | Resultado |
|---|---|---|
| {{ match.date|date:"d/m/Y" }} | {{ match.home_team_division.team.name }} vs {{ match.away_team_division.team.name }} | {{ match.score_home }} - {{ match.score_away }} |
| No hay partidos registrados | ||