{% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% block title %}Profil {% endblock %} {% block body %}
{% if app.user and app.user.isVerified == false %} {% endif %}
{% endif %}
{% endif %}
{% if user.annonces is empty %}

{{user.annonces|length }} offre déposée

{% endif %} {% if user.annonces|length == 1 %}

{{user.annonces|length }} offre déposée

{% endif %} {% if user.annonces|length > 1 %}

{{user.annonces|length }} offres déposées

{% endif %}
{% 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.users.active == false %}

ID : {{annonce.secretCode}}

{% else %}

ID : {{annonce.secretCode}}

{% endif %} {% if annonce.deal == 1 %}
Prix négociable
{% endif %}
{% endfor %}
{% endblock %} {% block javascripts %} {% endblock %}