{{article.getTitle()}}
{{article.getContent()}}
{{ article.getCategory().getTitle()}}
PubliƩ le : {{article.getCreatedAt()|date("d/m/y")}}
{############################################} {# logical to see if the user is logged in #} {# and if he already likes article or not #} {############################################} {% if app.user and article.likedByUser(app.user)%} {% else %} {%endif%} {{article.getLikes()|length}}