{% extends 'base.html.twig' %} {% block title %}ReclamoExtrajudicial{% endblock %} {% block body %}
| Id | {{ reclamo_extrajudicial.id }} |
|---|---|
| Fecha | {{ reclamo_extrajudicial.fecha ? reclamo_extrajudicial.fecha|date('Y-m-d') : '' }} |
| Descripcion | {{ reclamo_extrajudicial.descripcion }} |
| Contenido | {{ reclamo_extrajudicial.contenido }} |
| CreatedAt | {{ reclamo_extrajudicial.createdAt ? reclamo_extrajudicial.createdAt|date('Y-m-d H:i:s') : '' }} |
| UpdatedAt | {{ reclamo_extrajudicial.updatedAt ? reclamo_extrajudicial.updatedAt|date('Y-m-d H:i:s') : '' }} |
| TipoReclamo | {{ reclamo_extrajudicial.tipoReclamo }} |