{% extends 'base.html' %} {% load static %} {% block title %}Gestión de Temporadas | Gades Manager{% endblock title %} {% block content %}
Crea, edita y elimina temporadas del equipo.
| Nombre | Fecha inicio | Fecha fin | Presupuesto | Miembros | Estado | Acciones |
|---|---|---|---|---|---|---|
| {{ temporada.nombre }} | {{ temporada.fecha_inicio|date:"d/m/Y" }} | {{ temporada.fecha_fin|date:"d/m/Y" }} | {{ temporada.presupuesto|floatformat:2 }} € | {{ temporada.miembros.count }} | {% if temporada.actual %} Activa {% else %} Anterior {% endif %} | Editar |
| No hay temporadas creadas todavía. | ||||||