{% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% block title %}Offre {% endblock %} {% block body %}
{% for message in app.flashes('message') %}

{{ message }}

card-img-top
{% endfor %}

{{ annonce.title|capitalize }}

{% if app.user == annonce.users %} {% if annonce.active == 0 %}

En attente de validation

{% endif %} {% endif %}

{{ (annonce.price / 1000)| number_format(0,',')}} FCFA

{% if annonce.deal == 1 %}

Prix négociable

{% endif %}

Designé {{ annonce.saves | length }} fois comme affaire coup de coeur

Catégorie : {{annonce.category}}

{{annonce.countries}} {{annonce.regions}} {{annonce.city}} {{annonce.districts}}

{{ annonce.createdAt|format_datetime (locale='fr', pattern="EEEE dd/MM/YYYY à HH:mm" )|capitalize }}

{% if app.user == annonce.users and app.user.isVerified == true and app.user.active == true %}
{% if is_granted('ROLE_USER_PREMIUM') %} {% endif %}
{% endif %}
{% if app.user == true and app.user.isVerified == true and app.user.active == true %}

{{ annonce.content|capitalize|raw }}




Id : {{ (annonce.slug)}}

{% if annonce.users == app.user %}
{# Display empty div if advert belongs to connected user #}
{% else %} {% if contactSharing != null and contactSharing.isAccepted == true %}

Informations de contact:

Email: {{ contactSharing.recipient.email }}
Téléphone: {{ contactSharing.recipient.phone }}

{% else %} {% endif %} {% endif %} {% endif %} {% if app.user == false %}
{% elseif app.user.active == false %}
{% elseif app.user.isVerified == false %}
{% endif %} {# {% if app.user == true and app.user.isVerified == true and app.user.active == true %} {% endif %} #}
{# modal contact #}

{{annonce.countries}} - {{annonce.city}}

{#{{annonce.regions}}#} {#{{annonce.city}}#} {#{{annonce.districts}}#}

{% endblock %} {% block javascripts %} {% endblock %}