{% extends 'base.html.twig' %}
{% block content %}
<!-- {{ '_info_date'|translate('2') }} -->
<div class="features-title">
<div class="container">
<div class="row z-10 position-relative">
<div class="col-lg-12 h2 font-weight-normal">{{ bien.title }}</div>
</div>
</div>
</div>
<section class="fiche-descriptive _content col-xs-text-center">
<div class="container">
{% if error is defined %}
{% include 'default/error.html.twig' %}
{% if error.alert_class == 'alert-success' and not loggedin %}
<div class="alert alert-success" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<a href="{{ url('inscription_user_display') }}"><strong>En attendant, pourquoi ne pas nous rejoindre ?</strong></a>
</div>
{% endif %}
{% endif %}
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement":
[
{
"@type": "ListItem",
"position": 1,
"item":
{
"@id": "{{ breadcrumb.url_commerce_type }}",
"name": "{{ breadcrumb.commerce_type }} à vendre"
}
},
{
"@type": "ListItem",
"position": 2,
"item":
{
"@id": "{{ breadcrumb.url_both }}",
"name": "{{ breadcrumb.commerce_type }} {{ breadcrumb.departement }} à vendre"
}
}{% if breadcrumb.ville is defined %},{
"@type": "ListItem",
"position": 3,
"item":
{
"@id": "{{ breadcrumb.url_ville }}",
"name": "{{ breadcrumb.commerce_type }} {{ breadcrumb.ville }} à vendre"
}
}{% endif %}
]}
</script>
<div class="row">
<div class="col-lg-12">
<ul class="list-unstyled list-inline _header">
<li><a style="float: left" href="#"><img src="/images/icons/arrow-back-c.png" alt="Retourner Icon" class="icon-ui" onclick="history.back();"></a>
<h1 class="spec_title title-regular h3">{{ bien.title }}</h1>
<h2 style="font-weight:normal;text-transform:lowercase;font-size:1.2rem;" class="mt-3">
<a href="{{ breadcrumb.url_both }}">
<span class="fa fa-map-marker" style="font-size:100%;color:#aaa;"></span>
{{ breadcrumb.commerce_type }} à vendre {{ breadcrumb.departement }}
</a>
{% if breadcrumb.ville is defined %}
<span class="">
/
</span>
<a href="{{ breadcrumb.url_ville }}">
<span class="fa fa-map-marker" style="font-size:100%;color:#aaa;"></span>
{{ breadcrumb.commerce_type }} à vendre {{ breadcrumb.ville }}
</a>
{% endif %}
<span class="">
/
</span>
<a href="{{ breadcrumb.url_commerce_type }}">
<span class="fa fa-folder-o" style="font-size:100%;color:#aaa;"></span>
{{ breadcrumb.commerce_type }} à vendre
</a>
</h2>
</li>
</ul>
</div>
</div>
<hr>
<div class="row d-flex align-items-start">
<div class="col-lg-4 col-sm-4">
<div class="illustration">
{# <img src="{{ bien.picture1 }}" alt="photo-produit" class="photo-produit"> #}
<img src="{{ bien.picture1 }}" alt="photo-produit" class="photo-produit">
<img src="/images/icons/shooter.png" alt="icone-appareil-photo" class="icon-ui">
</div>
<hr>
<ul class="social-sidebar">
<h4 class="text-dark">Partager cette annonce</h4>
<li>
<a href="http://www.facebook.com/sharer.php?u={{ app.request.uri }}" target="_blank" title="Partager sur Facebook">
<img src="/images/icons/facebook.png" alt="Facebook Icon" class="icon-ui">
</a>
</li>
<li>
<a href="https://twitter.com/share?url=http://www.bizenco.fr;text=Je vous invite
à tester l'outil bizenco pour les professionnels du fonds de commerce, rejoignez moi sur;" target="_blank" title="Partager sur twitter">
<img src="/images/icons/twitter.png" alt="Twitter Icon" class="icon-ui">
</a>
</li>
<li>
<a href="mailto:?Subject=Bonjour, je souhaite te montrer une annonce vue sur Bizenco&" title="Partager par email">
<img src="/images/icons/email.png" alt="Email Icon" class="icon-ui">
</a>
</li>
</ul>
</div>
<div class="col-lg-5 col-sm-5">
<div class="informations_prix _content">
<p>
<label class="font-weight-bolder">{{ '_bien_price'|translate(bien.type_transaction) }} :</label> <span class="value">€ {{ bien.price }}</span>
</p>
{% if bien.price_fonds != 0 and bien.price_fonds != bien.price %}
<p>
<label class="font-weight-bolder">{{ '_bien_price_fonds'|translate }} :</label> <span class="value">€ {{ bien.price_fonds }}</span>
</p>
{% endif %}
{% if bien.price_murs != 0 %}
<p>
<label class="font-weight-bolder">{{ '_bien_price_murs'|translate }} :</label> <span class="value">€ {{ bien.price_murs }}</span>
</p>
{% endif %}
<p>
<label class="font-weight-bolder">Ref Agent :</label> <span class="value">{{ bien.reference }}</span>
</p>
{% if bien.ca_ht != 0 %}
<p>
<label class="font-weight-bolder">{{ '_bien_ca_ht'|translate }} :</label> <span class="value">€ {{ bien.ca_ht }}</span>
</p>
{% endif %}
{% if bien.price_com != 0 %}
<p>
<label class="font-weight-bolder">{{ '_bien_price_com'|translate(bien.type) }} :</label> <span class="value">€ {{ bien.price_com }}</span>
</p>
{% endif %}
{% if bien.ebe != 0 %}
<p>
<label class="font-weight-bolder">EBE :</label> <span class="value">€ {{ bien.ebe }}</span>
</p>
{% endif %}
{% if bien.profit != 0 %}
<p>
<label class="font-weight-bolder">EBE retraité :</label> <span class="value">€ {{ bien.profit }}</span>
</p>
{% endif %}
<p>
<label class="font-weight-bolder">{{ '_bien_rent'|translate }} :</label> <span class="value">€ {{ bien.rent_price }}</span>
</p>
<p class="text-center">
<button id="voir-coordonees-button" type="button" class="btn btn-success btn-flat" data-toggle="collapse" data-target="#coordonneesCollapser" aria-expanded="false" aria-controls="coordonneesCollapser">
Voir les coordonnées
</button>
</p>
</div>
</div>
<div class="col-lg-3 col-sm-3">
{% if prev_search is defined and prev_search and prev_search|length %}
<a href="{{ prev_search }}" title="Précédent"><i class="zmdi zmdi-caret-left-circle" style="font-size:3em; color: #47a; padding: 8px;"></i></a>
{% endif %}
{% if next_search is defined and next_search and next_search|length %}
<a href="{{ next_search }}" title="Suivant"><i class="zmdi zmdi-caret-right-circle" style="font-size:3em; color: #47a; padding: 8px;"></i></a>
{% endif %}
{% if (next_search is defined and next_search and next_search|length) or (prev_search is defined and prev_search|length) %}
<hr style="border-color: #c0392b; margin: 0px;">
{% endif %}
<ul class="misc-options col-xs-text-center">
<li class="visible-lg">
<a href="?mode=print" id="print-bien" target="_blank" rel="nofollow">
<img src="/images/icons/printer-a.png" alt="Print Page" class="icon-ui">
Imprimer
</a>
</li>
<li>
<br class="visible-xs">
{% if in_comparer == true %}
<span><img src="/images/icons/compare-c.png" alt="ajoutee au comparateur" class="icon-ui">Affaire ajoutée au comparateur</span>
{% endif %}
{% if in_comparer == false %}
<a href="#" id="comparer-bien"><img src="/images/icons/compare-c.png" alt="ajouter au comparateur" class="icon-ui">Ajouter au comparateur</a>
{% endif %}
</li>
</ul>
</div>
</div>
</div>
<!-- =================== Quick Contact Form =================== -->
<div class="quick-contact-board collapse" id="coordonneesCollapser">
<div class="container">
<form role="form" method="post" action="" class="contact-form row">
<div class="col-lg-4 col-sm-12 col-md-4">
<div class="les-coordonnees">
<address>
<p><b>{{ agent_info.raison_sociale|default('') }}</b></p>
{% if agent_info.adresse|default('') %}
<p>{{ agent_info.adresse }} </p>
{% endif %}
{% if agent_info.tele_portable|default('') %}
<p><b>Téléphone portable</b> : {{ agent_info.tele_portable }} </p>
{% endif %}
{% if agent_info.tele_fixe|default('') %}
<p><b>Téléphone fixe</b> : {{ agent_info.tele_fixe }} </p>
{% endif %}
{% if agent_info.prenom|default('') or agent_info.nom|default('') %}
<p>Votre conseiller : {% if agent_info.prenom|default('') %}{{ agent_info.prenom }} {% endif %}{{ agent_info.nom|default('') }}</p>
{% endif %}
</address>
</div>
</div>
<div class="col-lg-8 col-sm-12 col-md-8">
<div class="row">
<div class="col-lg-4">
<div class="form-group">
<label for="">Nom et prénom</label>
<input type="text" name="name" placeholder="Votre nom" class="form-control input-box" value="{{ user_info.name|default('') }}" required>
</div>
</div>
<div class="col-lg-4">
<div class="form-group">
<label for="">Email</label>
<input type="email" name="email" placeholder="Votre adresse Email" class="form-control input-box" value="{{ user_info.email|default('') }}" required>
</div>
</div>
<div class="col-lg-4">
<div class="form-group">
<label for="">Téléphone</label>
<input type="text" name="telephone" placeholder="Téléphone" class="form-control input-box" value="{{ user_info.telephone|default('') }}" required>
</div>
</div>
</div>
<div class="form-group">
<label for="">Message</label>
<textarea name="message" class="form-control textarea-box" placeholder="Ecrivez ici votre Message">{{ user_info.message|default('') }}</textarea>
<br>
{% include 'default/captcha.html.twig' %}
<br>
<button class="btn btn-sm btn-block btn-info" type="submit"><span class="fa fa-paper-plane"></span> Envoyer le message</button>
</div>
</div>
</form>
</div>
</div>
<!-- =================== End of Quick Contact Form =================== -->
<div class="informations-detaillees">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="spec_title title-regular">{{ '_bien_description'|translate(bien.type_transaction) }}</h2>
<p>{{ bien.description }}</p>
<hr>
<div class="row">
<div class="col-lg-6 col-sm-6">
<ul class="list-unstyled">
<h3 class="spec_title title-regular mb-2">Description</h3>
<span style="display: none" id="bien-id" class="value">{{ bien.biz_id }}</span>
<li>
<label class="font-weight-bolder">{{ '_bien_date'|translate }} :</label> <span class="value">{{ bien.date }}</span>
</li>
{% if bien.geo_situation != 'N/A' %}
<li>
<label class="font-weight-bolder">Situation géographique du bien :</label> <span class="value">{{ bien.geo_situation }}</span>
</li>
{% endif %}
{% if bien.conditions != 'N/A' %}
<li>
<label class="font-weight-bolder">Conditions d’exploitation :</label> <span class="value">{{ bien.conditions }}</span>
</li>
{% endif %}
{% if bien.motif_cession != 'N/A' %}
<li>
<label class="font-weight-bolder">{{ '_bien_motif'|translate(bien.type_transaction) }} :</label> <span class="value">{{ bien.motif_cession }}</span>
</li>
{% endif %}
{% if bien.horaire_ouverture != 'N/A' %}
<li>
<label class="font-weight-bolder">Horaires d'ouverture :</label> <span class="value">{{ bien.horaire_ouverture }}</span>
</li>
{% endif %}
{% if bien.fermeture_hebdo != 'N/A' %}
<li>
<label class="font-weight-bolder">Fermeture hebdo :</label> <span class="value">{{ bien.fermeture_hebdo }}</span>
</li>
{% endif %}
{% if bien.fermeture_an != 'N/A' %}
<li>
<label class="font-weight-bolder">Fermeture an :</label> <span class="value">{{ bien.fermeture_an }}</span>
</li>
{% endif %}
</ul>
</div>
{% if bien.designation != 'N/A' or bien.superficie != 'N/A' or bien.stationnement != 'N/A' or bien.appartement != 'N/A' %}
<div class="col-lg-6 col-sm-6">
<ul class="list-unstyled">
<h3 class="spec_title title-regular mb-2">Description des locaux</h3>
{% if bien.designation != 'N/A' %}
<li>
<label class="font-weight-bolder">Description des locaux :</label> <span class="value">{{ bien.designation }}</span>
</li>
{% endif %}
{% if bien.superficie != 'N/A' %}
<li>
<label class="font-weight-bolder">Superficie des locaux :</label> <span class="value">{{ bien.superficie }} m2</span>
</li>
{% endif %}
<li>
<label class="font-weight-bolder">{{ '_bien_logement'|translate(bien.type_transaction) }} :</label> <span class="value">{{ bien.logement }}</span>
</li>
{% if bien.stationnement != 'N/A' %}
<li>
<label class="font-weight-bolder">Stationnement :</label> <span class="value">{{ bien.stationnement }}</span>
</li>
{% endif %}
{% if bien.appartement != 'N/A' %}
<li>
<label class="font-weight-bolder">Description du logement :</label> <span class="value">{{ bien.appartement }}</span>
</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if bien.achat_marchandise != 'N/A' and bien.achat_marchandise != 0 or bien.detail_bail != 'N/A' or bien.salaire != 0
or bien.salaire_dirigeant != 0 or bien.ht_m2 != 'N/A' or bien.materiel != 'N/A'
%}
<div class="col-lg-6 col-sm-6">
<ul class="list-unstyled">
<h3 class="spec_title title-regular mb-2">En quelques chiffres</h3>
{% if bien.detail_bail != 'N/A' %}
<li>
<label class="font-weight-bolder">{{ '_bien_bail'|translate(bien.type) }} :</label> <span class="value">{{ bien.detail_bail }}</span>
</li>
{% endif %}
{% if bien.salaire != 0 %}
<li>
<label class="font-weight-bolder">Charges du personnel :</label> <span class="value">{{ bien.salaire }} €</span>
</li>
{% endif %}
{% if bien.salaire_dirigeant != 0 %}
<li>
<label class="font-weight-bolder">Salaire du dirigeant :</label> <span class="value">{{ bien.salaire_dirigeant }} €</span>
</li>
{% endif %}
{% if bien.ht_m2 != 'N/A' %}
<li>
<label class="font-weight-bolder">Loyer annuel HT et HC / m2 :</label> <span class="value">{{ bien.ht_m2|number_format(2, ',', '') }} €</span>
</li>
{% endif %}
{% if bien.achat_marchandise != 'N/A' and bien.achat_marchandise != 0 %}
<li>
<label class="font-weight-bolder">Achat de marchandises :</label> <span class="value">{{ bien.achat_marchandise }} €</span>
</li>
{% endif %}
{% if bien.materiel != 'N/A' %}
<li>
<label class="font-weight-bolder">Etat du matériel :</label> <span class="value">{{ bien.materiel }}</span>
</li>
{% endif %}
</ul>
</div>
{% endif %}
</div>
</div>
</div>
</div>
</div>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Product",
"name" : "{{ bien.title }}","image" : "{{ url('homepage') ~ bien.picture1 }}",
"category" : "{{ bien.commerce_type_ld }}","description" : "{{ bien.description }}",
"url" : "{{ bien.url }}","productid" : "{{ bien.biz_id }}",
"offers" : {
"@type" : "Offer",
"price":{{ bien.price }},
"priceCurrency":"USD",
"availableAtOrFrom" : {
"@type":"Place","address":{"@type":"PostalAddress","addressLocality": "{% if bien.found_communes and bien.found_communes != 'N/A' %}{{ bien.found_communes }},{% endif %}{{ bien.departement_ld }}","addressRegion": "{{ bien.region_ld }}"}}
}
{#"offeredBy" : {"@type":"Person","name":"Jason Davis","description":"Integrity and Business Experince","url":"https://www.bizbuysell.com/business-broker/jason-davis/ewm-realty-international-sales-office/23844/","jobTitle":"Business Broker","image":"https://images.bizbuysell.com/shared/brokerdirectory/images/30905/pf_prs_BizBuy.jpg","address":[{"@type":"PostalAddress","addressLocality":"Miami-Dade County","addressRegion":"Florida"},{"@type":"PostalAddress","addressLocality":"Broward County","addressRegion":"Florida"},{"@type":"PostalAddress","addressLocality":"Palm Beach County","addressRegion":"Florida"},{"@type":"PostalAddress","addressLocality":"Monroe County","addressRegion":"Florida"},{"@type":"PostalAddress","addressLocality":"Seminole County","addressRegion":"Florida"}],"worksFor":{"@type":"Organization","name":"EWM Realty International Sales Office.`","description":"","logo":"https://images.bizbuysell.com/shared/brokerdirectory/images/30905/lg_cmp_EWMLogoOnlyOnSolidBackground-LightGrey-CMYK.jpg"}}#}
}
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"address":{"@type":"PostalAddress","addressLocality": "{% if bien.found_communes and bien.found_communes != 'N/A' %}{{ bien.found_communes }},{% endif %}{{ bien.departement_ld }}","addressRegion": "{{ bien.region_ld }}"},
"name": "{{ bien.title }}",
"description": "{{ bien.description }}",
"url" : "{{ bien.url }}",
"image" : "{{ url('homepage') ~ bien.picture1 }}"
}
</script>
{% if last_search_results is defined and last_search_results is not empty and last_search_results|length > 3 %}
<div class="votre-selection py-5">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h4 class="spec_title title-regular owlSlider">Résultats similaires</h4>
<ul class="list-inline owl-carousel" id="owlSliderRes">
{% for item in last_search_results %}
{% include "display/similar_item.html.twig" %}
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
{% endif %}
{% if history is not empty %}
<div class="votre-selection">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h4 class="spec_title title-regular">Votre sélection</h4>
<ul class="list-inline owl-carousel" id="owlSlider">
{% for item in history %}
{% include "display/history_item.html.twig" %}
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
{% endif %}
{% endblock %}