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

Information index

{% for information in information %} {% else %} {% endfor %}
Id Date Information actions
{{ information.id }} {{ information.date ? information.date|date('Y-m-d H:i:s') : '' }} {{ information.information }} show edit
no records found
Create new {% endblock %}