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

Documentacion index

{% for documentacion in documentacions %} {% else %} {% endfor %}
Id Fecha Descripcion Imagen actions
{{ documentacion.id }} {{ documentacion.fecha ? documentacion.fecha|date('Y-m-d') : '' }} {{ documentacion.descripcion }} Ver Editar
{% for docarchivo in documentacion.documentacionArchivos %} {{ docarchivo.archivo.imagenFile }} {% endfor %}
No hay registros
Nuevo {% endblock %}