{% extends 'admin/base.html.twig' %} {% block title %}Seasons{% endblock %} {% block page_title %}Seasons Management{% endblock %} {% block body %}
| ID | Name | Start Date | End Date | Status | Rounds | Matches | Actions |
|---|---|---|---|---|---|---|---|
| {{ season.id }} | {{ season.name }} | {{ season.startDate|date('M d, Y') }} | {{ season.endDate|date('M d, Y') }} | {% if season.isActive %} Active {% else %} Inactive {% endif %} | {{ season.rounds|length }} | {{ season.matches|length }} |