{% extends 'Admin/base.html.twig' %} {% block title %} OceanExpert | {{ documentData.customParameters.title }} {% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% include('navbarlogin.html.twig') %}
Below you can see the list of all documents that are stored in OceanExpert.
To find the document(s) you are looking for you have these options:
{{ knp_pagination_sortable(documentData, 'ID', 'd.idDoc') }} | {{ knp_pagination_sortable(documentData, 'Title', 'd.title') }} | {{ knp_pagination_sortable(documentData, 'Date', 'd.createdAt') }} | Doclist(s) |
---|---|---|---|
{{ document.idDoc }} | {{ document.title }} | {{ document.createdAt|date("d/m/Y") }} | {# if document.idDoc and doclistDocuments[document.idDoc] and doclistDocuments[document.idDoc][0] and doclistDocuments[document.idDoc][0]['idDoclist'] #} {% if document.idDoc and doclistDocuments[document.idDoc] is defined %} {% for doclist in doclistDocuments[document.idDoc] %} {% if doclists[doclist['idDoclist']] is defined %} {{ doclists[doclist['idDoclist']] }} {% endif %} {% endfor %} {% endif %} |
{{ knp_pagination_sortable(documentData, 'ID', 'd.idDoc') }} | {{ knp_pagination_sortable(documentData, 'Title', 'd.title') }} | {{ knp_pagination_sortable(documentData, 'Date', 'd.createdAt') }} | Doclist(s) |