{% extends 'base.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
| Nombre | {% if is_granted('ROLE_ADMIN') %}PaĆs | {% endif %}Fecha | Cierre ins. | Tipo | Acciones |
|---|---|---|---|---|---|
| {{ championship.name }} | {% if is_granted('ROLE_ADMIN') %}{{ championship.country }} | {% endif %}{{ championship.eventDate | date('d/m/Y') }} | {{ championship.closeInscriptionDate | date('d/m/Y') }} | {% if championship.localChampionship %}Local{% else %}Internacional{% endif %} |