{% extends "::base.html.twig" %} {% block body %}
return to list of Articles
{#
#}
{% if (entity.user.profile is not null) %} {##} {%else%} {##} {%endif%}
{{entity.createdby}}

{{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 %}

LASTARTICLES
{% for last in lasts %}
{% if (last.image != null) %} {% elseif (last.image == null) %} {%endif%}
{{ last.title }}
{{ last.dateCreate|date('Y-M-d')|upper }}read more >>
{% endfor %}
{% if (entity.video is not null) %}
the video
{%endif%}
{% endblock%} {% block javascripts %} {{ parent() }} {% endblock%}