{#
#}
{% if (entity.user.profile is not null) %}
{#
}})
#}
}})
{%else%}
 }})
{#
 }})
#}
{%endif%}
{{entity.title}}
{% if (image is not null) %}

{% else %}
}})
{%endif%}
{{ entity.datePublished |date('Y-M-d') }}
{% set cpt_i = 0 %}
{% for cat in entity.category %}
{% set cpt_i = cpt_i+1 %}
{{ cat.titre }}
{% if cpt_i != entity.category |length %} , {% endif %}
{% endfor %}
{{ entity.abstract |raw }}
{{ entity.content |raw }}
(CO-AUTHORS:
{% set cpt = 0 %}
{% for coauth in entity.coauthor %}
{% set cpt = cpt+1 %}
{{ DrName(coauth.firstname,coauth.lastname) }}
{% if cpt != entity.coauthor |length %} , {% endif %}
{% endfor %}
)
Date created : {{ entity.dateCreate|date('Y-M-d') }} {% if (entity.document is not null) %} Download{% endif %}
{% if (entity.video is not null) %}
{%endif%}
{% endblock%}
{% block javascripts %}
{{ parent() }}
{% endblock%}