{% extends 'base.html.twig' %} {% block title %} OceanExpert | Document {% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% include('navbarlogin.html.twig') %}
{% if data.doclist.orderBy in [5,6] %}
{{ document.docCode }}
{% if document.idDocstatus == 1 %}
Draft
{% elseif document.idDocstatus == 3 %}
Pending
{% endif %}
{% else %}
{{ i }}
{% set i = i + 1 %}
{% endif %}
|
{% if document.docCode is defined and document.docCode != "" and data.doclist.orderBy not in [5,6] %}
{{ document.docCode }} :
{% endif %}
{% if document.title is defined and document.title != "" %}
{{ document.title }}
{% endif %}
{% if document.publishedOn is defined and document.publishedOn != "" %}
({{ document.publishedOn | date('d/m/Y') }})
{% endif %}
{% if document.summary is defined and document.summary != "" %}
{{ document.summary | truncate(50,'...')}} {% endif %} |
{% if is_granted('ROLE_GLOBAL_EDITOR') %} | [Remove from List] | {% endif %}