{% extends 'base.html.twig' %} {% block body %} {% for document in documents %} {% endfor %}
Id Documentname Documentfile Createdat Modifiedat Actions
{{ document.id }} {{ document.documentName }} {{ document.documentFile }} {% if document.createdAt %}{{ document.createdAt|date('Y-m-d H:i:s') }}{% endif %} {% if document.modifiedAt %}{{ document.modifiedAt|date('Y-m-d H:i:s') }}{% endif %} /
{% endblock %}