
Financial Statement

.jpg)
About us
2nd quarter Results
Thanks to over 20 years of experience, operating and managing more than 75 P3 reestructurare projects across 3 continents, we have developed a robust ecosystem of trusted partners that share our mission to improve people's lives and e njoy working with us.
Informe Anual Integrado 2012
Informe Anual Integrado 2013
Informe Anual Integrado 2014
Informe Anual Integrado 2015
Informe Anual Integrado 2016
Informe Anual Integrado 2017
Informe Anual Integrado 2018
Informe Anual Integrado 2019
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing: ==> enlace.isNewTab [in template "16924578#16924624#121923" at line 1, column 41] ---- 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 be 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 target = getterUtil.getBoolea... [in template "16924578#16924624#121923" at line 1, column 1] ----
1<#assign target = getterUtil.getBoolean(enlace.isNewTab.getData())?then("_blank", "_self") />
2
3<div class="media-text-highlights-group media-text-highlights-group--half-pan bg-bluegrey">
4 <div class="text-box">
5 <div class="tagline text-darkblue">
6 <p>${antetitulo.getData()}</p>
7 </div>
8 <div class="title text-white">
9 ${titulo.getData()}
10 </div>
11 <#if enlace.enlaceURL.getData()?? && enlace.enlaceURL.getData()!="" >
12 <a href="${enlace.enlaceURL.getData()}"
13 target="${target}"
14 class="btn btn-primary btn-xl">
15 ${enlace.enlaceTexto.getData()}
16 </a>
17 <#elseif enlace.EnlaceAPagina?? && enlace.EnlaceAPagina.getFriendlyUrl()!="" >
18 <a href="${enlace.EnlaceAPagina.getFriendlyUrl()}"
19 target="${target}"
20 class="btn btn-primary btn-xl">
21 ${enlace.enlaceTexto.getData()}
22 </a>
23 </#if>
24 </div>
25 <div class="media-box" style="background-image: url('${imagenDesktop.getData()}')"></div>
26</div>