{% extends "NKCoreBundle/layout.html.twig" %} {% block body %}
Fields
{% if fields is not null %} {% for field in fields %}{{ field.name ~ " " ~ field.createdAt|date("Y/m/d H:i:s") }} edit delete
{% endfor %} {% else %}Aucun champ dans cette index.
{% endif %}Historic
{% if historic is not null %} {% for field in historic %}{{ field.name ~ " " ~ field.createdAt|date("Y/m/d H:i:s") }} edit delete
{% endfor %} {% else %}Aucun champ dans cette index.
{% endif %} {% endblock %}