Time for sharing
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

The values of solidarity and

exchange which are so dear to us.

Committing to supporting healthcare and education NGOs, federating staff around supportive projects and promoting a more inclusive society are the convictions that drive the staff of Praemia REIM France forwards on a daily basis.

In June 2020, Praemia announced the creation of the Praemia Group Foundation to federate and intensify the actions lead by the Group’s different entities in support of education, insertion and healthcare initiatives.

This new corporate foundation operates under the auspices of the “Foundation de France” and will take over the management of all of the commitment and sponsorship initiatives that have been launched by the various Primordial Group entities to date.

our

actions

in support of healthcare

and education

The right to healthcare

We defend the right of every individual to have simple and easy access to quality healthcare which will meet the needs of patients, their families and working needs of healthcare professionals.   At Praemia REIM, we are committed to supporting paediatric medicine as well as clinical research projects into the treatment of rare diseases, chronic illnesses and patient handicaps, especially where children are concerned.

Education projects

Because education can change the world and today there are still many restrictive factors which mean that thousands of people in France do not have access to a good education, we are passionately committed to supporting education and training oriented projects which will give everyone the opportunity to choose and construct their own futures.

our

support

Our financial support

for the defined projects

Our support for our partners takes the form of financial donations, oriented in terms of the needs of the associations such that we can support specific projects and have a real vision of the results of these initiatives.

our

particip

ation

The active involvement
of our staff

As well as our direct financial support, our staff have also become involved in supporting our partner associations. Repainting Social care centres for children, helping with charity food parcels, helping young people to get back into work, workshops with community leaders to reconsider housing solutions for pensioners.

The Praemia REIM France staff are committed to being involved in public interest projects.

a

relation

ship

a long-term relationship

with our partners

We have long-term relations with the associations that we support in order to increase and sustain our impact.

Support for the Hôpital Necker - Enfants Malades

 

For a number of years, Praemia REIM France has been supporting the Necker Hospital - the French reference in Children’s diseases. It currently has children’s wards covering all of the medical and surgical specialities as well as some specialised services for adults. In addition to the excellent quality of its healthcare and scientific research, the quality of life of the patient’s and their loved ones are an essential part of the Necker hospital’s strategic project.
Since January 2020, the Primovie SCPI, which invests in Praemia REIM France’s healthcare and education real-estate, has been participating in the support and sponsoring of the Necker Hospital- Children’s Diseases: for each subscription to new holdings in Primovie the asset management company was able to make a donation to the hospital*.
 
*0.035% of the gross collection by the Primovie SCPI up to €350,000,000 collected over the previous financial year, and 0.025% of the gross collection above that threshold (see January 2020 Primovie SCPI information bulletin).