{% extends 'base.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
  Administrar campeonatos
{% if is_granted('ROLE_ADMIN') %} {% endif %} {% for championship in championships %} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% endfor %}
NombrePaĆ­sFecha Cierre ins. Tipo Acciones
{{ championship.name }}{{ championship.country }}{{ championship.eventDate | date('d/m/Y') }} {{ championship.closeInscriptionDate | date('d/m/Y') }} {% if championship.localChampionship %}Local{% else %}Internacional{% endif %}
{% endblock body %} {% block javascripts %} {{ parent() }} {% endblock %}