{%extends 'layout.html.twig' %} {% block body %} {{ parent() }}
Listar Competiciones >

Created

{{ competition.createdAt|date('Y-m-d')}}

Begin

{{ competition.beginAt|date('Y-m-d') }}

Finalize

{{ competition.finalizeAt|date('Y-m-d') }}

Edit Competition

{{ include ('Clientes/forms/form.html.twig',{form: deleteform,message:'Are you sure?'}) }}

{% endblock %}