{% extends 'base.html.twig' %} {% block title %}YFIMO{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {% include 'layout/_header.html.twig' %} {% set photos = [] %} {% for photo in [ offre.photo1, offre.photo2, offre.photo3, offre.photo4, offre.photo5, offre.photo6, offre.photo7, offre.photo8, offre.photo9, offre.photo10, offre.photo11, offre.photo12, offre.photo13, offre.photo14, offre.photo15 ] %} {% if photo %} {% set photos = photos|merge([asset('/uploads/offres/' ~ photo)]) %} {% endif %} {% endfor %} {% set fallbackPhoto = asset('/uploads/0226fa452868f552ab82c44bd9d99440e1c963ca.jpg') %} {% set mainPhoto = photos[0]|default(fallbackPhoto) %} {% set offreUrl = absolute_url(path('app_offre', { refInterne: offre.refInterne })) %} {% set shareUrl = offreUrl|url_encode %} {% set shareTitle = ((offre.type ? offre.type.libelle : 'Offre') ~ ' ' ~ offre.ville ~ ' - REF ' ~ offre.refInterne)|trim|url_encode %} {% set consultantName = consultantCollaborateur ? (consultantCollaborateur.prenom ~ ' ' ~ consultantCollaborateur.nom) : (offre.nomConsultant ?: 'notre conseiller') %} {% set consultantFirstName = consultantCollaborateur ? consultantCollaborateur.prenom : consultantName|split(' ')|first %} {% set consultantCollaborateurPhone = consultantCollaborateur ? (consultantCollaborateur.telMobile ?: consultantCollaborateur.telFixe) : null %} {% set consultantPhone = offre.telPortConsultant ?: offre.telConsultant ?: consultantCollaborateurPhone ?: agencyPhone %} {% set consultantPhoneHref = consultantPhone ? consultantPhone|replace({' ': '', '.': '', '-': '', '(': '', ')': ''}) : null %} {% set consultantMail = offre.mailConsultant ?: (consultantCollaborateur ? consultantCollaborateur.email : null) %} {% set consultantImage = consultantCollaborateur and consultantCollaborateur.image ? asset('/uploads/collaborateurs/' ~ consultantCollaborateur.image) : asset('/uploads/marine-portrait.png') %} {% set typeLabel = offre.type ? offre.type.libelle : 'Offre' %} {% set natureLabel = offre.nature ? (offre.nature.libelleSecond ?: offre.nature.libelle) : '' %} {% set natureSlug = offre.nature and offre.nature.slug ? offre.nature.slug|lower : '' %} {% set natureName = offre.nature and offre.nature.libelle ? offre.nature.libelle|lower : '' %} {% set isLocation = natureSlug == 'location' or natureName == 'location' %} {% set surfaceValue = offre.surfaceTotale ?: offre.surfaceDiv %} {% set surfaceLabel = surfaceValue ? surfaceValue|number_format(0, ',', ' ') ~ ' m²' : 'Surface nous consulter' %} {% set locationLabel = (offre.ville ?: '') ~ (offre.cp ? ' (' ~ offre.cp ~ ')' : '') %} {% set primaryPrice = isLocation ? offre.loyerGlobal : offre.prixVenteGlobal %} {% set displayedPrimaryPrice = primaryPrice ? (isLocation ? primaryPrice / 12 : primaryPrice) : null %} {% set secondaryPrice = isLocation ? offre.loyerMCarre : offre.prixMCarre %} {% set primaryUnit = isLocation ? 'HT HC / mois' : 'Net vendeur' %} {% set secondaryUnit = isLocation ? 'm² / an' : 'm²' %}
{{ offre.type ? offre.type.libelle : 'Offre' }} {{ offre.ville }}
{{ offre.type ? offre.type.libelle : 'Offre' }} {{ offre.ville }} - photo 2
{{ offre.type ? offre.type.libelle : 'Offre' }} {{ offre.ville }} - photo 3
{{ offre.type ? offre.type.libelle : 'Offre' }} {{ offre.ville }} - photo 4
{{ offre.type ? offre.type.libelle : 'Offre' }} {{ offre.ville }} - photo 5
{{ offre.dispo ?: 'Disponibilité immédiate' }}
RÉF {{ offre.refInterne }}

{{ typeLabel }} {{ natureLabel|lower }}{{ surfaceLabel }} {{ locationLabel }}

{% if offre.accroche or offre.descriptif %}

{{ (offre.accroche ?: offre.descriptif)|striptags('
')|raw|nl2br }}

{% endif %}

Prestations & Services

{% if offre.prestimm %}
{{ offre.prestimm|striptags('

    1. ')|raw }}

{% else %}
  • Lot : 91m² - grand espace ouvert avec 2 salles de réunions
  • Lot : 82m² - 1 open space
  • Les lots ne sont pas communicants
  • L'immeuble offre un service privilégié à ses clients avec un grand hall, des hôtesses d'accueil,
  • 5 salles de réunion, un grand espace de vie/ cuisine, des alcôves, une salle de sport, ainsi que des cours de yoga et de pilates
  • Grande fléxibilité d'aménagement
  • Belle hauteur sous plafond
  • Locaux calmes donnant intégralement sur cour
  • Climatisation réversible
  • Câblage informatique existant
  • Fibre optique
  • Hotesse d'accueil
  • PC sécurité
{% endif %}

Les informations sur les risques auxquels ce bien est exposé sont disponibles sur le site Géorisques : www.georisques.gouv.fr


Conditions juridiques et financières

{% if offre.condifi %}
{{ offre.condifi|striptags('

    1. ')|raw }}

{% else %}
  • Type de bail : 3-6-9 ans
  • Dépôt de garantie : 3 mois HT HC
  • Taxe foncière : 16 € /m²/an
  • Taxe bureaux : 25,31 € /m²/an
  • Indexation annuelle selon indice ILAT
  • Paiement trimestriellement d'avance
  • Fiscalité : T.V.A.
  • Frais de rédaction d'acte : 3000 € HT
  • Frais gestion technique : 3% HT du loyer annuel HT HC
  • Honoraires : A la charge du preneur
{% endif %}

Tableau de surfaces

{% if isLocation %} {% else %} {% endif %} {% set renderedSurfaceKeys = [] %} {% for surface in offre.surfaces %} {% set surfaceKey = (surface.libEtage ?: typeLabel) ~ '-' ~ (surface.surface ?: '') ~ '-' ~ (surface.loyer ?: '') ~ '-' ~ (surface.prix ?: '') %} {% if surfaceKey not in renderedSurfaceKeys %} {% set renderedSurfaceKeys = renderedSurfaceKeys|merge([surfaceKey]) %} {% if isLocation %} {% set loyerAnnuel = surface.loyer and surface.surface ? surface.loyer * surface.surface : null %} {% set loyerMensuel = loyerAnnuel ? loyerAnnuel / 12 : null %} {% else %} {% endif %} {% endif %} {% else %} {% if isLocation %} {% else %} {% endif %} {% endfor %}
Type SurfacesLoyer/mois Loyer/an info Prix info
{{ surface.libEtage ?: typeLabel }} {{ surface.surface ? surface.surface|number_format(0, ',', ' ') ~ ' m²' : '-' }}{{ loyerMensuel ? loyerMensuel|number_format(0, ',', ' ') ~ ' €' : 'Nous consulter' }} {{ loyerAnnuel ? loyerAnnuel|number_format(0, ',', ' ') ~ ' €' : 'Nous consulter' }}{{ surface.prix ? surface.prix|number_format(0, ',', ' ') ~ ' €' : 'Nous consulter' }}
{{ typeLabel }} {{ surfaceLabel }}{{ offre.loyerGlobal ? (offre.loyerGlobal / 12)|number_format(0, ',', ' ') ~ ' €' : 'Nous consulter' }} {{ offre.loyerGlobal ? offre.loyerGlobal|number_format(0, ',', ' ') ~ ' €' : 'Nous consulter' }}{{ offre.prixVenteGlobal ? offre.prixVenteGlobal|number_format(0, ',', ' ') ~ ' €' : 'Nous consulter' }}

(1) En € /m² /an HT HC - (2) Provision pour charges € HT /m² /an


Emplacement

{% if offre.desserte %}
{{ offre.desserte|striptags('

    1. ')|raw }}

{% else %}
  • A 12, A14, A86, N10 et N12
  • Gare SNCF et RER C
{% endif %}
Carte en cours de chargement
  • {{ displayedPrimaryPrice ? displayedPrimaryPrice|number_format(0, ',', ' ') ~ ' €' : 'Nous consulter' }} {{ primaryUnit }}

  • {{ secondaryPrice ? secondaryPrice|number_format(0, ',', ' ') ~ ' €' : 'Nous consulter' }} {{ secondaryUnit }}

{{ surfaceLabel }} {% if offre.divisible and offre.surfaceDiv and offre.surfaceDiv != offre.surfaceTotale %}divisibles à partir de {{ offre.surfaceDiv|number_format(0, ',', ' ') }} m²{% else %}non-divisibles{% endif %}

{% if offre.urlVirtuelle %} {{ offre.type ? offre.type.libelle : 'Offre' }} {{ offre.ville }} Voir la visite en vidéo {% endif %}

Cette annonce vous intéresse ?


{{ consultantName }}

N’hésitez pas à contacter directement {{ consultantName }} dès aujourd'hui.

{{ consultantName }}


Appeler {{ consultantFirstName }}
4,9/5

Ces offres pourraient également vous intéresser

    {% for relatedOffre in relatedOffres %}
  • {% include 'layout/_cardOffre.html.twig' with { offre: relatedOffre } only %}
  • {% endfor %}
{% include 'layout/_footer.html.twig' %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}