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

Comunicacion index

{% for comunicacion in comunicacions %} {% else %} {% endfor %}
Id Fecha Mensaje actions
{{ comunicacion.id }} {{ comunicacion.fecha ? comunicacion.fecha|date('Y-m-d') : '' }} {{ comunicacion.mensaje }} show edit
No hay registros
Create new {% endblock %}