{% extends 'base.html.twig' %} {% block title %} OceanExpert | Document {% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% include('navbarlogin.html.twig') %}
Author(s) | {{ data.authorText }} |
---|---|
Summary | {{ data.summary | raw }} |
Doc Type | {{ data.doctypename }} |
URL | {{ data.url }} |
Status | {{ status }} {% if data.publishedOn is defined and data.publishedOn != "" %} on {{ data.publishedOn|date('d M Y') }} {% endif %} |
Notes | {{ data.notes | raw }} |
Keywords | {{ data.keywords }} |
This document is in the list(s): |
{% for docGroupList in data.docGroupList %}
{{ docGroupList.title }}
{% endfor %} |
This document is used in the event(s): |
{% for docEventList in data.docEventList %}
{{ docEventList.title }}
{% endfor %} |