{% extends 'base.html.twig' %} {% block title %}Comunicacion index{% endblock %} {% block body %}
| Id | Fecha | Mensaje | actions |
|---|---|---|---|
| {{ comunicacion.id }} | {{ comunicacion.fecha ? comunicacion.fecha|date('Y-m-d') : '' }} | {{ comunicacion.mensaje }} | show edit |
| No hay registros | |||