{% extends 'base.html.twig' %} {% block title %}{{ nome }} index{% endblock %} {% block stylesheets_last %} {{ parent() }} {% endblock %} {% block body %}

{{ nome }}

{% for componenti in componentis %} {% else %} {% endfor %}
Id Nome Descrizione CreatorId CreationDate ModifyId ModifyDate Type DefConfig Stato actions
{{ componenti.id }} {% if componenti.Immagine != '' %}{% endif %} {{ componenti.Nome }} {{ componenti.Descrizione|raw }} {{ componenti.CreatorId }} {{ componenti.CreationDate ? componenti.CreationDate|date('Y-m-d H:i:s') : '' }} {{ componenti.ModifyId }} {{ componenti.ModifyDate ? componenti.ModifyDate|date('Y-m-d H:i:s') : '' }} {{ componenti.Type }} {{ componenti.DefConfig ? componenti.DefConfig|json_encode : '' }} {{ componenti.Stato }} show edit
no records found
Create new
{% endblock %}