{% extends "::base.html.twig" %} {% block title %}{{ entity.title }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{% if (entity.user.profile is not null) %} {% else %} {% endif %}
{{ entity.user.username }}

{{ entity.title }}


{% if (entity.image.path 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.content |raw }} (CO-AUTHORS: {% set cpt = 0 %} {% for coauth in entity.coauthor %} {% set cpt = cpt+1 %} {{ 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 %}

{{ socialButtons() }}
LAST ARTICLES
{% for last in lasts %}
{% if (last.image.path is not null) %} {% else %} {% endif %}
{{ last.title }}
{{ last.dateCreate|date('Y-M-d')|upper }}read more >>
{% endfor %}
the video
{% endblock %}