{% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% block title %}Profil{% endblock %} {% block body %}
{% if app.user and app.user.isVerified == false %} {% endif %}
{{ include ('partials/notifications/_notification_toast.html.twig') }}
{% for message in app.flashes('message') %}

{{ message }}

card-img-top
{% endfor %}
{{user.firstname|title}}-{{user.name|title}}-card-img-profile {# {% if user.statut.id == 2 %}

🧿

{% endif %} #}
{{ user.firstname|title }} {{ user.name|title }}
{% if user.statut.id == 2 %} {% endif %} Pays de residence {{ user.country|capitalize }}

Membre depuis {{ user.createdAt | format_datetime (locale='fr',pattern=("d MMMM YYYY")) }}

{% if user.about != null %} {% endif %}

{{user.avgRatings|round(1, 'floor')}}

{#

{{user.avgRatings|round(1, 'floor')}}

#}
{% for i in 1..5 %} {% if i <= user.avgRatings %} {% else %} {% endif %} {% endfor %}

( {{user.commentsHave|length}} Avis )

{% if user.active == false %} {% if app.user != user %}

Ce compte a été suspendu, en attendant que la situation soit régularisée. Nous vous recommandons d'arrêter tous échanges en cours avec ce dernier.

{% else %}

Votre compte est en cours de régularisation ...

{% endif %} {% else %}
{% if app.user == user %} {% else %} {% if app.user == true and app.user.isVerified == true and app.user.active == true %}
{% endif %} {% endif %}
{% if app.user == user %}
{% for annonce in userAds %} {% if app.user != annonce.users and annonce.active == 0 %}
{% else %}
{% endif %} image description
{% if app.user == annonce.users and annonce.active == 0 %}

En attente ...

{% endif %} {% if annonce.users.active == false %}

{{annonce.title|capitalize}}

{% else %}

{{annonce.title|capitalize}}

{% endif %}

{{ annonce.category}}

PAYS : {{ annonce.countries }}

{% if annonce.deal == 1 %}
Prix négociable
{% endif %}
{% endfor %}
{{ render(controller('App\\Controller\\UsersController::history', {'slug': user.slug})) }}
{{app.user.firstname|title}}-{{app.user.name|title}}-card-img-profile

{{user.firstname|title }} {{user.name|title}}

{% if app.user.active == false %}

Veuillez activer votre compte, pour accéder aux avis

{% else %} {% if user.commentsHave is empty and app.user != user %}

Soyez la première personne à laisser un avis !

{% elseif user.commentsHave is empty and app.user == user %}

Aucun avis pour le moment.

{% else %} {% for comment in user.commentsHave|reverse %}
{{comment.users.firstname|title}}-{{comment.users.name|title}}-card-img-profile

{{comment.users.firstname|title }} {{comment.users.name|title}}

{% for i in 1..5 %} {% if i <= comment.rating %} {% else %} {% endif %} {% endfor %}

{{comment.content|capitalize}}

{{comment.CreatedAt|format_datetime(locale='fr',pattern=" dd/MM/YYYY à HH:mm") }}
{% if comment.active == false %}
Avis pris en compte, validé sous 24h
{% endif %}
{% endfor %} {% endif %} {% endif %}
{% endif %}
{% endif %}
{% endblock %} {% block javascripts %} {% endblock %}