{# filepath: c:\Users\Darwin\Desktop\Client_Dashboard\public_html\dashboard\templates\team_detail.html #} {% extends "base.html" %} {% load static %} {% block title %}{{ team.name }} - Team Details{% endblock %} {% block content %}
{% if team.city %} {{ team.city.name }}, {{ team.country.name }} {% elif team.country %} {{ team.country.name }} {% else %} Location not specified {% endif %}
Code: {{ team.code|upper }}Total Matches
Home Matches
Away Matches
| Date | Competition | Home Team | vs | Away Team | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ match.date|date:"M d, Y" }} {{ match.date|date:"H:i" }} |
{% if match.competition %} {{ match.competition.name }} {% else %} - {% endif %} |
{% if match.home_team_division.team.logo %}
|
{% if match.away_team_division.team.logo %}
|
{% if match.processing_status == 'completed' %} Completed {% elif match.processing_status == 'processing' %} Processing {% elif match.processing_status == 'pending' %} Pending {% else %} Failed {% endif %} | View |
No recent matches found
No players found for this team