Time 4 cities une ville inclusive
An error occurred while processing the template.
The following has evaluated to null or missing:
==> labelLinks  [in template "20155#20196#IRSE-SUB-HEADER-TIME4" at line 17, column 18]

----
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: #if labelLinks.data?has_content  [in template "20155#20196#IRSE-SUB-HEADER-TIME4" at line 17, column 13]
----
1<!-- TEMPLATE : FOOTER --> 
2 
3<div class="fluid-grid"> 
4    <div class="by-row"> 
5 
6        <div class="by-lg-col-2 by-mb-8 lg:by-mb-0"> 
7            <img width="166" height="39" src="/o/preim-new-theme/images/logos/green-logo-subtitle.svg" /> 
8        </div> 
9 
10        <#if title.data?has_content> 
11            <div class="by-lg-col-4  by-mb-14 lg:by-mb-0"> 
12                <div class="title title--tiny by-font-light">${title.data}</div> 
13            </div> 
14        </#if> 
15 
16        <div class="by-lg-col-4 by-flex by-flex-wrap"> 
17            <#if labelLinks.data?has_content> 
18                <span class="by-font-bold by-inline-block by-mr-6">${labelLinks.data}</span> 
19            </#if> 
20            <ul class="by-flex by-flex-wrap list-reset"> 
21                <#if linkLinkedIn.data?has_content> 
22                    <li class="by-mr-6"> 
23                        <a href="${linkLinkedIn.data}" class="by-text-grey-medium footer-social" target="_blank" data-social="linkedIn"> 
24                            <svg width="24" height="24" class="icon icon-social"> 
25                                <use xlink:href="#icon-linkedin"></use> 
26                            </svg> 
27                        </a> 
28                    </li> 
29                </#if> 
30                <#if linkTwitter.data?has_content> 
31                    <li class="by-mr-6"> 
32                        <a href="${linkTwitter.data}" class="by-text-grey-medium footer-social" target="_blank" data-social="twitter"> 
33                            <svg width="24" height="24" class="icon icon-social"> 
34                                <use xlink:href="#icon-twitter"></use> 
35                            </svg> 
36                        </a> 
37                    </li> 
38                </#if> 
39                <#if linkYoutube.data?has_content> 
40                    <li class="by-mr-6"> 
41                        <a href="${linkYoutube.data}" class="by-text-grey-medium footer-social" target="_blank" data-social="youtube"> 
42                            <svg width="24" height="24" class="icon icon-social"> 
43                                <use xlink:href="#icon-youtube"></use> 
44                            </svg> 
45                        </a> 
46                    </li> 
47                </#if> 
48                <#if linkInstagram?? && linkInstagram.data?has_content> 
49                    <li class="by-mr-6"> 
50                        <a href="${linkInstagram.data}" class="by-text-grey-medium footer-social" target="_blank" data-social="instagram"> 
51                            <svg width="24" height="24" class="icon icon-social"> 
52                                <use xlink:href="#icon-instagram"></use> 
53                            </svg> 
54                        </a> 
55                    </li> 
56                </#if> 
57            </ul> 
58        </div> 
59 
60    </div> 
61 
62    <div class="by-row by-mt-16"> 
63 
64        <#if labelColumn1.data?has_content> 
65            <div class="by-col-10 by-lg-col-2 by-lg-col-ofset-2  by-mb-12 lg:by-mb-0 footer-links"> 
66                <div class="by-font-bold by-mb-4">${labelColumn1.data}</div> 
67                <ul> 
68                    <#if labelColumn1.linkLabelColumn1.getSiblings()?has_content> 
69                        <#list labelColumn1.linkLabelColumn1.getSiblings() as cur_title> 
70                            <li> 
71                                <a href="${cur_title.linkToPageColumn1.getFriendlyUrl()}" class="by-block by-mb-2"> 
72                                    ${cur_title.getData()} 
73                                </a> 
74                            </li> 
75                        </#list> 
76                    </#if> 
77                </ul> 
78            </div> 
79        </#if> 
80 
81        <#if labelColumn2.data?has_content> 
82            <div class="by-col-10 by-lg-col-2 by-mb-12 lg:by-mb-0 footer-links"> 
83                <div class="by-font-bold by-mb-4">${labelColumn2.data}</div> 
84                <ul> 
85                    <#if labelColumn2.linkLabelColumn2.getSiblings()?has_content> 
86                        <#list labelColumn2.linkLabelColumn2.getSiblings() as cur_title> 
87                            <li> 
88                                <a href="${cur_title.linkToPageColumn2.getFriendlyUrl()}" class="by-block by-mb-2"> 
89                                    ${cur_title.getData()} 
90                                </a> 
91                            </li> 
92                        </#list> 
93                    </#if> 
94                </ul> 
95            </div> 
96        </#if> 
97 
98        <#if labelColumn3.data?has_content> 
99            <div class="by-col-10 by-lg-col-4 footer-links"> 
100                <div class="by-font-bold by-mb-4">${labelColumn3.data}</div> 
101                <ul> 
102                    <#if labelColumn3.linkLabelColumn3.getSiblings()?has_content> 
103                        <#list labelColumn3.linkLabelColumn3.getSiblings() as cur_title> 
104                            <li> 
105                                <a href="${cur_title.linkToPageColumn3.getFriendlyUrl()}" class="by-block by-mb-2"> 
106                                    ${cur_title.getData()} 
107                                </a> 
108                            </li> 
109                        </#list> 
110                    </#if> 
111                </ul> 
112            </div> 
113        </#if> 
114 
115    </div> 
116 
117    <div class="by-row by-items-end by-pt-12 lg:by-pt-16 by-pb-20"> 
118        <div class="by-col-10 by-lg-col-3 by-lg-col-ofset-2  by-mb-16 lg:by-mb-0"> 
119            <#if labelSubGroup.data?has_content> 
120                <div class="by-font-bold by-mb-6">${labelSubGroup.data}</div> 
121            </#if> 
122            <#if linkLabelNewsletter.data?has_content> 
123                <button class="by-btn by-btn--grey-dark by-btn--ghost by-mt-10 by-btn--block footer-newsletter" js-modal-control="{target: '#modal-newsletter'}"> 
124                    <span>${linkLabelNewsletter.data}</span> 
125                </button> 
126            </#if> 
127        </div> 
128        <div class="by-col-10  by-lg-col-3 by-lg-col-ofset-1 lg:by-mb-4"> 
129            <#if copyright?? && copyright.data?has_content> 
130                <div class="copyright">${copyright.getData()}</div> 
131            </#if> 
132        </div> 
133    </div> 
134</div> 
135 
136<!-- Ajout des events piwik --> 
137<script> 
138    document.querySelectorAll('.footer-social').forEach(element => { 
139        element.addEventListener('click', () => { 
140            window.dataLayer.push({ 
141                'category': 'social', 
142                'action': 'clic', 
143                'name' : element.dataset['social'], 
144                'event': 'piwikevent' 
145            }); 
146        }); 
147    }); 
148 
149    document.querySelectorAll('.footer-links').forEach(element => { 
150        element.addEventListener('click', (event) => { 
151            window.dataLayer.push({ 
152                'category': 'footer', 
153                'action': event.target.innerText, 
154                'name' : '', 
155                'event': 'piwikevent' 
156            }); 
157        }); 
158    }); 
159 
160    document.querySelectorAll('.footer-newsletter').forEach(element => { 
161        element.addEventListener('click', () => { 
162            window.dataLayer.push({ 
163                'category': 'newsletter', 
164                'action': 'clic', 
165                'name' : window.location.hostname+window.location.pathname, 
166                'event': 'piwikevent' 
167            }); 
168        }); 
169    }); 
170</script> 

our

commit

ment

At Praemia REIM France,

we are committed to the idea

of a city that will be inclusive, sustainable and strong.

 

Real estate is where we can take on the challenge of breaking down the barriers between generations and social classes. Changes to society, population distributions   and social habits are leading us to reconsider tomorrow’s city in terms of how it can be more inclusive.
Cities must be able to meet constantly increasing needs in terms of function and mobility as well as providing access to housing, jobs and services.
Real-estate companies have a special responsibility for the development of living spaces, ensuring that they remain mixed, cosmopolitan, accessible and connected with their local communities whilst being able increase the value of their surroundings.

CURRENT FORECASTS STATE THAT BY 2050,

70%

OF HUMANITY WILL BE LIVING IN URBAN AREAS

THE EURO ZONE WILL HAVE A COMBINED POPULATION OF

350 M

Source : Eurostat
Florence Roche RESPONSABLE TRANSACTION ET ASSET MANAGEMENT RÉSIDENTIEL DE PRAEMIA REIM

As a long-term investor, our strategy is built on the identification of development zones where we can access a high level of value creation by acquiring existing housing projects and new housing constructions in the more difficult regions of Paris and its conurbation as well as other major urban areas across France, which will allow us to support the development of certain regions. Our investment policy also concentrates on intermediary level housing to promote access to home ownership in difficult areas.

Florence Roche
HEAD OF RESIDENTIAL TRANSACTIONS AND ASSET MANAGEMENT, PRAEMIA REIM France

our

concrete

initia

tives

for the enrichment of

tomorrow’s cities

 

At Praemia REIM France we operate as:

 

  • An investor or a real estate project developer contributing to urban areas and their inhabitants
  • Encouraging access to housing across all population categories
La SCPI Patrimmo Croissance,
investir indirectement dans des logements intermédiaires

By encouraging investment in intermediary and council housing through its Patrimmo Croissance SCPI, Praemia REIM France contributes to the construction and development of housing solutions proposed to low-earning households. In this way we try to encourage access to housing in France’s larger urban areas for all population categories.

>> More informations on Patrimmo Croissance SCPI

SCPI Patrimmo croissance ville inclusive social

MORE THAN

22 000 m2

UNDER MANAGEMENT

44

ASSETS

321

BARE OWNERSHIP RESIDENTIAL UNITS

Figures for 31/12/19

Plus d'infos : https://www.praemiareim.fr/scpi-patrimmo-croissance

Implementation of high social impact projects

At Praemia REIM France, we hope to reintroduce energy in the heart of the city by contributing to harmonious and sustainable urbanisation approaches.

GENERATE SOCIAL MIXTURE

90%

OF OUR CURRENT PROJECTS ARE MIXED PROJECTS

RE-INJECTING ENERGY INTO CITY CENTRES

580 000

M2 OF PROJECTS IN DEVELOPMENT

acqui

sition

of a 127,000m2

housing, retail and offices

portfolio in Marseilles:

RSE ville durable Marseille
RSE ville durable Marseille
RSE ville durable Marseille
01 / 03

In 2017, Praemia REIM France acquired a real estate portfolio including 140 separate assets, most of these are Haussman-style buildings combining housing, retail and office units located along one of Marseilles main residential and commercial thoroughfares.


 
The management company stated its ambition to completely re-position this portfolio by creating a diverse offer in keeping with resident expectations.

 

An advance survey of the street’s residents, retailers and users was completed to get a better idea of their expectations and establish an action plan that would incorporate the needs and aspirations of everyone who lives, works or uses the ‘rue de la Republique’ in Marseilles.

Works were completed to initiate this new dynamic and bring new life to the quarter. The commercial organisation was reconsidered with a greater focus on community shopping (food, restaurants: such as ‘Maison de la viande’, ‘Bagelstein’ or Burger de papa, interior decoration:   GIFI, kindergartens and dental surgery with the added implementation of new concepts.)

By acquiring this real estate portfolio, Praemia REIM has positioned itself in the real-world part of the real estate sector thanks to this offer that is so highly focused on the needs of the local population’. We see ourselves as being in partnership with the Marseilles city council, helping them to write a new page in the history of the rue de la Republique.

Grégory Frapet
CEO, Praemia REIM

Past performance is no guarantee of future performance.