{% extends 'base.html' %} {% load static %} {% block title %}Pruebas | Gades Manager{% endblock title %} {% block content %}
Tests realizados durante la temporada.
| Nombre | Fecha inicio | Fecha fin | Categoría | Realizado por |
|---|---|---|---|---|
| {{ prueba.nombre }} | {{ prueba.fecha_inicio|date:"d/m/Y" }} | {{ prueba.fecha_fin|date:"d/m/Y" }} | {{ prueba.get_categoria_display }} | {{ prueba.realizado_por.first_name|default:"—" }} |
| No hay tests todavía. | ||||