{% extends '../base_bk.html.twig' %} {% block title %}Recepcion index{% endblock %} {% block body %}

Recepcion index

{% for recepcion in recepcions %} {% else %} {% endfor %}
Id Codigo_gar RecFecha actions
{{ recepcion.id }} {{ recepcion.codigoGar }} {{ recepcion.recFecha ? recepcion.recFecha|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}