• Saut au contenu principal
Quadral - Property
Une erreur s'est produite lors du traitement du modèle.
The following has evaluated to null or missing:
==> portletDisplay.getPortletSetup  [in template "120054#120082#141831" at line 9, column 26]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign portlet_setup = portletDispla...  [in template "120054#120082#141831" at line 9, column 1]
----
1<#-- 
2Nom : [RD] Menu - Secondary 
3Type : Modèle Menu Affichage 
4Description : Affiche un menu avec dropdown pour le header (Vous êtes) 
5 
6Autocomplete possible pour les variables en saisissant "${" 
7--> 
8 
9<#assign portlet_setup = portletDisplay.getPortletSetup()> 
10<#assign portlet_show_title = portlet_setup.getValue("portletSetupUseCustomTitle","Boolean")> 
11 
12<#if portlet_show_title == 'true'> 
13	<#assign portlet_title = htmlUtil.escape(portletDisplay.getTitle())> 
14<#else> 
15	<#assign portlet_title = 'Vous &ecirc;tes'> 
16</#if> 
17<div class="dropdown" style="display: inline-block;" > 
18	<button 
19		aria-expanded="false" 
20		aria-haspopup="true" 
21		class="btn rounded-pill btn-outline-primary dropdown-toggle" 
22		data-toggle="dropdown" 
23		id="dropdownHeader" 
24		type="button" 
25	> 
26		<span class="component-dropdown-text btn-text">${portlet_title}</span> 
27			<span class="inline-item inline-item-after"> 
28			<i class="component-dropdown-icon-after far fa-chevron-down"></i> 
29		</span> 
30	</button> 
31	<ul 
32		aria-labelledby="dropdownHeader" 
33		class="dropdown-menu" 
34		x-placement="bottom-start" 
35		style="position: absolute; will-change: transform; top: 0; left: 0; transform: translate3d(0px, 40px, 0px);" 
36	> 
37		<#if entries?has_content> 
38			<#list entries as navigationEntry> 
39				<li><a class="dropdown-item" href="${navigationEntry.getRegularURL()}">${navigationEntry.getName()}</a></li> 
40			</#list> 
41		</#if> 
42	</ul> 
43</div> 

Liste des offres - Quadral - Property

  1. Accueil
  2. Liste des offres

Liste des offres

Quadral e-services

EST UNE FILIALE DU GROUPE QUADRAL


La syntaxe FreeMarker n'est pas valide.

The following has evaluated to null or missing:
==> expandoValueLocalService [in template "template_id" at line 14, column 5]

----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use [#if myOptionalVar??]when-present[#else]when-missing[/#if]. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
- Failed at: #list expandoValueLocalService.getCol... [in template "template_id" at line 13, column 1]
----

services en ligne et audit en diagnostics


services en ligne et audit en diagnostics


services en ligne et audit en diagnostics


Société d'assitance à maîtrise d'ouvrage et de conseil


Société d'assitance à maîtrise d'ouvrage et de conseil


Société d'assitance à maîtrise d'ouvrage et de conseil


Société d'assitance à maîtrise d'ouvrage et de conseil


Société d'assitance à maîtrise d'ouvrage et de conseil


Société d'assitance à maîtrise d'ouvrage et de conseil


Société d'assitance à maîtrise d'ouvrage et de conseil


Société d'assitance à maîtrise d'ouvrage et de conseil


Société d'assitance à maîtrise d'ouvrage et de conseil

Quadral est membre du réseau
39 rue de la Chaussee d'Antin / 75009 PARIS +33 6 85 81 44 50
Suivez-nous
  • Page - Maintenance
  • Liste des offres
Copyright 2023 - Tous droits réservés
Quadral - Property
Une erreur s'est produite lors du traitement du modèle.
The following has evaluated to null or missing:
==> portletDisplay.getPortletSetup  [in template "120054#120082#141831" at line 9, column 26]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign portlet_setup = portletDispla...  [in template "120054#120082#141831" at line 9, column 1]
----
1<#-- 
2Nom : [RD] Menu - Secondary 
3Type : Modèle Menu Affichage 
4Description : Affiche un menu avec dropdown pour le header (Vous êtes) 
5 
6Autocomplete possible pour les variables en saisissant "${" 
7--> 
8 
9<#assign portlet_setup = portletDisplay.getPortletSetup()> 
10<#assign portlet_show_title = portlet_setup.getValue("portletSetupUseCustomTitle","Boolean")> 
11 
12<#if portlet_show_title == 'true'> 
13	<#assign portlet_title = htmlUtil.escape(portletDisplay.getTitle())> 
14<#else> 
15	<#assign portlet_title = 'Vous &ecirc;tes'> 
16</#if> 
17<div class="dropdown" style="display: inline-block;" > 
18	<button 
19		aria-expanded="false" 
20		aria-haspopup="true" 
21		class="btn rounded-pill btn-outline-primary dropdown-toggle" 
22		data-toggle="dropdown" 
23		id="dropdownHeader" 
24		type="button" 
25	> 
26		<span class="component-dropdown-text btn-text">${portlet_title}</span> 
27			<span class="inline-item inline-item-after"> 
28			<i class="component-dropdown-icon-after far fa-chevron-down"></i> 
29		</span> 
30	</button> 
31	<ul 
32		aria-labelledby="dropdownHeader" 
33		class="dropdown-menu" 
34		x-placement="bottom-start" 
35		style="position: absolute; will-change: transform; top: 0; left: 0; transform: translate3d(0px, 40px, 0px);" 
36	> 
37		<#if entries?has_content> 
38			<#list entries as navigationEntry> 
39				<li><a class="dropdown-item" href="${navigationEntry.getRegularURL()}">${navigationEntry.getName()}</a></li> 
40			</#list> 
41		</#if> 
42	</ul> 
43</div> 

Depuis 1982, facilitateur de projets immobiliers
Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo

Evel Immobilier

Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo Logo
Logo

Quadral E-Services

Services en ligne, plateforme collaborative d'audit et de suivi des diagnostics, création de services numérique sur-mesure

Logo

Quadral Expertise

Société d'expertise en évaluation immobilière, études de marché

Logo

Quadral Immobilier d'Entreprise

Société de location et vente de bureaux, conseil stratégique (transformation d'actifs tertiaires, analyse de potentiel locatif)

Logo

Quadral Ingénierie Immobilière

Services d'assistance à maîtrise d'ouvrage : restructuration, rénovation, conception et réalisation opérationnelle de projets immobiliers complexes

Logo

Quadral Promotion

Société de promotion immobilière : Réalisation d'immeubles à forte dimension innovante et écologique, projets complexes

Logo

Quadral Transactions

Société de gestion de patrimoine d'institutionnels : gérance résidentiel et tertiaire, syndic, location

Logo

Quadral Conseil en Financement

Société de courtage en financement dans la vente HLM et l'accession sociale

Logo

Quadral Transactions

Société de vente aux locataires, vente en bloc, accession à la propriété (VEFA, PSLA, BRS)