{% set informations = informations | default(false) %}

{{ project.name }}

{{ project.likes }} {{ project.numberOfViews }}
{% include('parts/media.html.twig') with { 'media': project.publicInformations.medias[0] | default(null) } %}
{% if informations %}
{% if project.users|length == 1 %} Profile picture of {{ project.users[0].username }}

{{ project.users[0].username }}

{% else %}

Multiple users

{% endif %}

{{ project.createdAt|date('d/m/Y') }}

{% endif %}