{% extends 'admin/base.html.twig' %} {% block title %}Teams{% endblock %} {% block page_title %}Teams Management{% endblock %} {% block body %}
| ID | Logo | Name | Home Matches | Away Matches | Created | Actions |
|---|---|---|---|---|---|---|
| {{ team.id }} | {% if team.logo %} {{ team.logo }} {% else %} - {% endif %} | {{ team.name }} | {{ team.homeMatches|length }} | {{ team.awayMatches|length }} | {{ team.createdAt|date('M d, Y') }} |