{% extends 'base.html.twig' %} {% block title %}TipoItem index{% endblock %} {% block body %}

TipoItem index

{% for tipo_item in tipo_items %} {% else %} {% endfor %}
Id Descripcion CreatedBy CreatedAt UpdateBy UpdatedAt actions
{{ tipo_item.id }} {{ tipo_item.descripcion }} {{ tipo_item.createdBy }} {{ tipo_item.createdAt ? tipo_item.createdAt|date('Y-m-d H:i:s') : '' }} {{ tipo_item.updateBy }} {{ tipo_item.updatedAt ? tipo_item.updatedAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}