{% extends 'base.html.twig' %} {% block body %}
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 %} | / |