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

ReclamoExtrajudicial index

{% for reclamo_extrajudicial in reclamo_extrajudicials %} {% else %} {% endfor %}
Id Fecha Descripcion Contenido CreatedAt UpdatedAt TipoReclamo actions
{{ reclamo_extrajudicial.id }} {{ reclamo_extrajudicial.fecha ? reclamo_extrajudicial.fecha|date('Y-m-d') : '' }} {{ reclamo_extrajudicial.descripcion }} {{ reclamo_extrajudicial.contenido }} {{ reclamo_extrajudicial.createdAt ? reclamo_extrajudicial.createdAt|date('Y-m-d H:i:s') : '' }} {{ reclamo_extrajudicial.updatedAt ? reclamo_extrajudicial.updatedAt|date('Y-m-d H:i:s') : '' }} {{ reclamo_extrajudicial.tipoReclamo }} Ver Editar
No hay registros
Nuevo {% endblock %}