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

Montaggi index

{% for montaggi in montaggis %} {% else %} {% endfor %}
Id Nome Descrizione CreatorId CreationDate ModifyId ModifyDate actions
{{ montaggi.id }} {{ montaggi.Nome }} {{ montaggi.Descrizione }} {{ montaggi.CreatorId }} {{ montaggi.CreationDate ? montaggi.CreationDate|date('Y-m-d H:i:s') : '' }} {{ montaggi.ModifyId }} {{ montaggi.ModifyDate ? montaggi.ModifyDate|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}