RSE engagement Praemia REIM people humain
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

Create sustainable

value for everyone

 

People, their well-being, comfort, freedom and behaviour
are at the heart of real-estate developments, and it is the same for
us as real-estate asset managers operating on behalf of our clients.
And this dimension must take precedence in our corporate
responsibility approach.

ON AVERAGE WE SPEND MORE THAN

90%

OF OUR TIME INSIDE BUILDINGS

Source : CSTB

This social phenomenon is forcing real-estate companies to position the issues of healthcare, comfort and well-being as priorities in the design, construction and operation of these buildings which have now become genuine living spaces.

As a real-estate asset management company, we strive to connect real-estate investments with the expectations of the involved parties.
Our objective is to create sustainable value for our clients, employees and company by deploying a CSR policy in line with our values: innovation, performance and service excellence.

 

for

our

clients

We inject meaning into the

investments of our private and

institutional clients.

 

By proposing innovative real-estate solutions that are fully connected with the major environmental and social issues.

TRANSPARENCY, ETHICS AND RESPONSIBILITY

  • As an asset management company we must submit to permanent external and internal inspection bodies (AMF, RCCI; Supervisory Council, Risks Committee) each of which has a different and clearly defined role to play. These inspections seek to guarantee informational transparency for investors.
  • We regularly update our private and institutional investors as to what is going on with their investment.
  • We are committed to close relationships with a high degree of attentiveness to our clients.
  • We seek to be as clear and informative as possible in our communications with our investors in order to make sure that even the most complex subjects can be clearly understood.
  • At Praemia REIM France, our staff assist our institutional investor, distributor partner or private investor clients ensuring total comprehension of the issues at stake for each and every one of them.
  • In addition to this, the Client Relations Department can intervene at every stage of the client’s experience: initial registration, subscription to account modifications, fiscal distributions, AGMs and transfers or legacies.
SCPI Primovie Praemia REIM immobilier santé éducation Hôpital Necker-Enfants malades

Our Primovie SCPI,

a savings solution with a positive impact

 

Since January 2020, the Primovie SCPI, which invests in Praemia REIM France’s healthcare and education real-estate, has been participating in supporting and sponsoring the Necker Hospital- Children’s Diseases department: for each subscription to new holdings in Primovie the asset management company was able to make a donation to the hospital.

The Primovie SCPI, with more than €3 billion in capital assets, is a positive impact savings solution which responds to society’s needs in terms of healthcare and education real-estate, two sectors which suffer greatly from a shortage of offers.

>> Find out more about the Primovie SCPI

for

our

lease

holders

We act as guarantor for the health

and comfort of the occupiers

of our real estate.

 

We aim to develop close partnership relations with our leaseholder clients to help them meet their specific development needs (healthcare, residential operators).

We propose an offer able to meet the requirements and expectations of the occupiers of our real-estate: concierge services, catering, spatial flexibility.

Our Asset Management and Property Management teams are the key points of contact for our leaseholder clients when it comes to providing regular assistance for their real estate needs.

 

West Plaza Immobilier bureau immeuble SCPI Primopierre
WEST PLAZA
Real-estate heritage which meets the new demands of its leaseholder companies.

IN THE PRIMOPIERRE SCPI,

2/3

OF OUR OFFICE BUILDINGS HAVE THE HIGHEST STANDARD ENVIRONMENTAL CERTIFICATIONS:

for

our

emplo

yees

We support the commitment of each of our employees to enhance individual experiences and strengthen our shared commitments.

98%

OF OUR EMPLOYEES ARE PROUD TO WORK FOR PRAEMIA

95%

WOULD RECOMMEND THE PRAEMIA GROUP

Quality of working life

At Praemia REIM, employees are at the centre of our preoccupations, we seek to maintain a stimulating and dynamic working environment. And our new head-offices are a place where employees feel at home; the interiors have been designed for mobility and offer a flexible working space to staff, able to adapt to different uses very quickly and as needed. Having collaborated on the “BREEAM In Use - Asset performance” certification procedure approach of the owner, we are now working for the “BREEAM In Use - Building Management” and “BREEAM In Use-Occupier Management” certifications to validate the operational management system we have put in place and recognise the direct involvement of the employees occupying the site. Our efforts to promote connectivity between spaces have been recognised by the attribution of the Silver level Wired Score label. We also strive to create ties between the different working teams through a rich and diverse internal events program. We propose sports, yoga, massage sessions as well as inspiring talks from outside speakers.

Our Quality of Working Life (QWL) policy: professional/personal life equilibrium, parenthood, solidarity actions, our HR values offer (recruitment based on objective criteria, personalised inception procedures, training, career management), well-being in the workplace, diversity and equal rights have earned us the Happy at Work label from choosemycompany.com.

Training

Training has become an essential way to develop the skills and agility of each employee throughout their careers in the context of this ever-changing world.  Whatever the specialisation of our employees, our aim is to support them in their growth and development within the Group. A complete range of training programs has been developed covering all of the specialisations present within Praemia REIM (finance, real-estate, management, legal, etc.).

Diversity

We have been signatories of the Diversity Charter since 2017. The objective of this is to show our national commitment to cultural, ethnic and social diversity within our organisation.

Sponsorship

Each of our employees will have the opportunity to become involved with the associations and institutions that we support, notably during the volunteer days that we organise or inviting employees to make donations from their salaries.

right to

health

care

We defend the right of every individual to have simple and easy access to healthcare treatment. An offer that will be both qualitative and in keeping with the needs of patients, their families and healthcare professionals.

Droit à la Santé RSE engagement