{% extends '../base_bk.html.twig' %} {% block title %}Recepcion index{% endblock %} {% block body %}
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 |