{% extends 'base.html.twig' %} {% block body %}
Id | {{ document.id }} |
---|---|
Documentname | {{ document.documentName }} |
Documentfile | {{ document.documentFile }} |
Documentsection | {{ document.documentSection }} |
Status | {% if document.status %}Yes{% else %}No{% endif %} |
Documentkeyword | {{ document.documentKeyword }} |
Createdat | {% if document.createdAt %}{{ document.createdAt|date('Y-m-d H:i:s') }}{% endif %} |
Modifiedat | {% if document.modifiedAt %}{{ document.modifiedAt|date('Y-m-d H:i:s') }}{% endif %} |