Se ha producido un error al procesar la plantilla.
Java method "publicportal.soap.services.service.impl.AgentServiceImpl.getAgentWithImage(javax.servlet.http.HttpServletRequest, String, boolean)" takes 3 arguments, but 2 was given.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #if parameterMedofi?has_content && Ag...  [in template "776318#776366#PP_AGENTS_DETAILS_AGENT" at line 24, column 1]
----
1<#assign agent=""> 
2<#assign parameterMedofi=""> 
3<#if serviceLocator.findService("publicportal.soap.services.service.api.AgentPresenceService")??> 
4    <#assign AgentPresenceService = serviceLocator.findService("publicportal.soap.services.service.api.AgentPresenceService")> 
5<#else> 
6    <#assign AgentPresenceService = ""> 
7</#if> 
8 
9<#if request.getParameter("id")?has_content> 
10    <#assign parameterMedofi = AgentPresenceService.encodeMedofiValue(request.getParameter("id")) /> 
11<#else> 
12	<#if idAgente?? && idAgente.getData()?has_content && idAgente.getData()!='' > 
13       <#assign parameterMedofi = AgentPresenceService.encodeMedofiValue(idAgente.getData()) /> 
14    </#if> 
15</#if> 
16<#if checkDefaultImg?? && checkDefaultImg.getData()?has_content> 
17    <#assign isImage = checkDefaultImg.getData()?boolean> 
18 
19<#else> 
20    <#assign isImage = false> 
21 
22</#if> 
23 
24<#if parameterMedofi?has_content && AgentPresenceService?? && AgentPresenceService.getAgentWithImage(parameterMedofi,isImage)??> 
25 
26    <#assign agent = AgentPresenceService.getAgentWithImage(parameterMedofi,isImage)> 
27 </#if> 
28 <#if agent?? && agent?has_content> 
29    <#assign LiferayAxaAudit = serviceLocator.findService("es.axa.liferay.audit.api.LiferayAxaAudit")> 
30    <#assign audit = LiferayAxaAudit.audit("Se recupera medofi para crear cookie MEDOFI_PRESENCE: " + parameterMedofi)> 
31    <script> 
32        function checkCookieBotPermisions(coockieName, permision) { 
33            let name = coockieName + '='; 
34            let param = permision + ':'; 
35            let decodedCookie = decodeURIComponent(document.cookie); 
36            let ca = decodedCookie.split(';'); 
37            for(let i = 0; i <ca.length; i++) { 
38                let c = ca[i]; 
39                while (c.charAt(0) == ' ') { 
40                    c = c.substring(1); 
41
42                if (c.indexOf(name) == 0) { 
43                    let cookieValue = c.substring(name.length, c.length); 
44                    let coockieParams = cookieValue .split(',') 
45                    for(let j=0; j<coockieParams.length;j++){ 
46                        let p = coockieParams[j]; 
47                        if (p.indexOf(param) == 0){ 
48                            let paramValue = p.substring(param.length, p.length); 
49                            return paramValue==='true'; 
50
51
52 
53
54
55            return ''; 
56
57        window.addEventListener('CookiebotOnConsentReady', function (e) { 
58            if (checkCookieBotPermisions("CookieConsent","preferences")){ 
59                   document.cookie="MEDOFI_PRESENCE=${parameterMedofi}; path=/"; 
60
61        }, false); 
62    </script> 
63</#if> 
64<#if agent?? && agent?has_content> 
65    <div class="c-agent-page"> 
66        <p class="c-agent-page__pretitle"> 
67            <#if tituloAgente?? && tituloAgente.getData()?has_content> 
68                ${tituloAgente.getData()} 
69            </#if> 
70        </p> 
71        <#if agent?? && agent?has_content && agent.fullName?? && agent.fullName?has_content> 
72            <h1 class="c-agent-page__title"> 
73              ${agent.fullName} 
74            </h1> 
75        </#if> 
76        <#if agent?? && agent?has_content && agent.fullAddress?? && agent.fullAddress?has_content> 
77            <p> 
78                <a class="c-agent-page__direction" href="https://www.google.com/maps/search/?api=1&query=${agent.fullAddress}, españa" target="_blank" onclick="checkWebviewLink(this, event)"> 
79                    <span> 
80                        <svg width="20" height="20" viewBox="0 0 20 20" fill="none" 
81                            xmlns="http://www.w3.org/2000/svg"> 
82                            <path fill-rule="evenodd" clip-rule="evenodd" 
83                              d="M10 18.75C10 18.75 16.25 10.9518 16.25 7.5C16.25 4.04822 13.4518 1.25 10 1.25C6.54822 1.25 3.75 4.04822 3.75 7.5C3.75 10.9518 10 18.75 10 18.75ZM10 10C11.3807 10 12.5 8.88071 12.5 7.5C12.5 6.11929 11.3807 5 10 5C8.61929 5 7.5 6.11929 7.5 7.5C7.5 8.88071 8.61929 10 10 10Z" 
84                              fill="#666666" /> 
85                        </svg> 
86                    </span> 
87                    <span> ${agent.fullAddress}</span> 
88                </a> 
89            </p> 
90        </#if> 
91 
92 
93        <div class="c-agent-page__contacts"> 
94            <#if agent?? && agent?has_content && agent.telephoneList?? && agent.telephoneList?has_content> 
95                <#list agent.telephoneList as telephoneNumber> 
96                    <a class="c-agent-page__contacts__link" href="tel:${telephoneNumber}"> 
97                        <span> 
98                            <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> 
99                                <path d="M2.41 5.19C3.37614 7.07795 4.91206 8.61386 6.8 9.58L8.27 8.11C8.46816 7.92795 8.757 7.88442 9 8C9.76807 8.25245 10.5715 8.38073 11.38 8.38C11.712 8.40397 11.976 8.66802 12 9V11.33C12 11.7 11.7 12 11.33 12C5.07261 12 0 6.92739 0 0.67C0 0.299969 0.299969 0 0.67 0H3C3.37003 0 3.67 0.299969 3.67 0.67C3.65787 1.45912 3.76921 2.24528 4 3C4.07587 3.2406 4.01017 3.50341 3.83 3.68L2.41 5.19Z" fill="#00008F" /> 
100                            </svg> 
101                        </span> 
102                      <span> ${telephoneNumber}</span> 
103                    </a> 
104                    <#if agent.telephoneList?size = 2 && telephoneNumber?index = 0> 
105                        <#if agent?? && agent?has_content && agent.email?? && agent.email?has_content> 
106                            <a class="c-agent-page__contacts__link" href="mailto:${agent.email}"> 
107                                <span> 
108                                    <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> 
109                                        <path fill-rule="evenodd" clip-rule="evenodd" 
110                                          d="M2.39685 2H13.5926C14.3658 1.99998 14.9942 2.6685 15 3.49719V12.5028C14.9942 13.3315 14.3658 14 13.5926 14H2.39685C1.62777 13.9939 1.00572 13.3271 1 12.5028V3.49719C1 2.67031 1.62539 2 2.39685 2ZM7.99463 8.75437L13.5925 5.00578V3.49734L7.99463 7.24593L2.39673 3.49734V4.99452L7.99463 8.75437Z" 
111                                          fill="#00008F" /> 
112                                    </svg> 
113                                </span> 
114                                <span>${agent.email}</span> 
115                            </a> 
116                        </#if> 
117                    </#if> 
118                </#list> 
119            </#if> 
120            <#if agent?? && agent?has_content && agent.email?? && agent.email?has_content> 
121                <a class="c-agent-page__contacts__link" href="mailto:${agent.email}"> 
122                    <span> 
123                        <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> 
124                            <path fill-rule="evenodd" clip-rule="evenodd" 
125                              d="M2.39685 2H13.5926C14.3658 1.99998 14.9942 2.6685 15 3.49719V12.5028C14.9942 13.3315 14.3658 14 13.5926 14H2.39685C1.62777 13.9939 1.00572 13.3271 1 12.5028V3.49719C1 2.67031 1.62539 2 2.39685 2ZM7.99463 8.75437L13.5925 5.00578V3.49734L7.99463 7.24593L2.39673 3.49734V4.99452L7.99463 8.75437Z" 
126                              fill="#00008F" /> 
127                        </svg> 
128                    </span> 
129                    <span>${agent.email}</span> 
130                </a> 
131            </#if> 
132        </div> 
133        <#if bottomLink.getData()?? && bottomLink.getData()?has_content> 
134            <<#assign linkTarget = "_self" /> 
135            <#if bottomLink.selectTarget?? && bottomLink.selectTarget.getData()?has_content> 
136                <#assign linkTarget = bottomLink.selectTarget.getData() /> 
137            </#if>> 
138            <div class="c-agent-page__button"> 
139                <a target="${linkTarget}" class="button variant-outlined color-blue" href="${bottomLink.getData()}" onclick="checkWebviewLink(this, event)"> 
140                    <span class="button__text"> 
141                        <#if bottomLinkText.getData()?? && bottomLinkText.getData()?has_content> 
142                            ${bottomLinkText.getData()} 
143                        </#if> 
144                    </span> 
145                </a> 
146            </div> 
147        </#if> 
148        <div class="c-agent-page__social"> 
149            <#if agent?? && agent?has_content && agent.socialMediaList?? && agent.socialMediaList?has_content> 
150                <#list agent.socialMediaList as socialMedia> 
151                    <#if socialMedia.socialMediaProvider?lower_case == "facebook"> 
152                      <a class="c-agent-page__social_link c-agent-page__social_link--facebook" href="${socialMedia.address}" onclick="checkWebviewLink(this, event)"> 
153                        <svg width="7" height="14" viewBox="0 0 7 14" fill="none" xmlns="http://www.w3.org/2000/svg"> 
154                          <path 
155                            d="M1.70494 4.75979H0.117188V6.99979H1.70494V13.7198H4.37079V6.99979H6.33097L6.51719 4.75979H4.37079V3.8514C4.37079 3.31462 4.4688 3.10817 4.95884 3.10817H6.49759V0.279785H4.4688C2.50861 0.279785 1.70494 1.16753 1.70494 2.86043V4.75979Z" 
156                            fill="#00008F" /> 
157                        </svg> 
158                      </a> 
159 
160                      <#elseif socialMedia.socialMediaProvider?lower_case == "twitter"> 
161                      <a class="c-agent-page__social_link c-agent-page__social_link--twitter" href="${socialMedia.address}" onclick="checkWebviewLink(this, event)"> 
162                        <svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"> 
163                          <path 
164                            d="M13.6973 1.86856C13.1951 2.09233 12.6622 2.23956 12.1165 2.30536C12.6951 1.96147 13.128 1.41767 13.3333 0.776564C12.793 1.09631 12.2021 1.32141 11.5861 1.44216C10.7339 0.523292 9.36918 0.29498 8.26439 0.88648C7.15961 1.47798 6.59296 2.74036 6.88525 3.95896C4.67322 3.84466 2.61339 2.79774 1.21725 1.07816C0.482928 2.33775 0.856698 3.95134 2.07005 4.75976C1.63264 4.74646 1.20476 4.62879 0.82205 4.41656C0.805329 5.73927 1.73074 6.88731 3.02685 7.15176C2.6268 7.27666 2.20353 7.30867 1.78925 7.24536C2.14888 8.36644 3.18094 9.13526 4.35805 9.15896C3.20457 10.0658 1.73812 10.4773 0.28125 10.303C2.75434 11.8866 5.90555 11.9534 8.4436 10.4762C10.9817 8.99895 12.4799 6.2259 12.3245 3.29336C12.8629 2.90358 13.3277 2.42114 13.6973 1.86856Z" 
165                            fill="#00008F" /> 
166                        </svg> 
167                      </a> 
168 
169                      <#elseif socialMedia.socialMediaProvider?lower_case == "youtube"> 
170                          <a class="c-agent-page__social_link c-agent-page__social_link--youtube" href="${socialMedia.address}" onclick="checkWebviewLink(this, event)"> 
171                              <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> 
172                                <path fill-rule="evenodd" clip-rule="evenodd" 
173                                  d="M3.73868 2.67022C5.7583 2.52334 10.2442 2.52334 12.2638 2.67022C14.4485 2.8276 14.7398 4.25448 14.7204 8.00006C14.701 11.7456 14.4485 13.1725 12.2638 13.3299C10.2442 13.4768 5.74859 13.4768 3.73868 13.3299C1.55399 13.1725 1.2627 11.7456 1.28212 8.00006C1.30154 4.25448 1.55399 2.8276 3.73868 2.67022ZM10.8812 8.00006L6.40125 5.76006V10.2401L10.8812 8.00006Z" 
174                                  fill="#00008F" /> 
175                              </svg> 
176                          </a> 
177                      <#elseif socialMedia.socialMediaProvider?lower_case == "linkedin"> 
178                          <a class="c-agent-page__social_link c-agent-page__social_link--linkedin" href="${socialMedia.address}" onclick="checkWebviewLink(this, event)"> 
179                            <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> 
180                              <path fill-rule="evenodd" clip-rule="evenodd" 
181                                d="M3.97485 3.28232C3.96341 4.02045 3.35778 4.61065 2.6196 4.60305C1.88142 4.59545 1.28807 3.9929 1.29183 3.2547C1.29558 2.51649 1.89503 1.92001 2.63325 1.91992C2.9927 1.91988 3.33713 2.06408 3.58933 2.32019C3.84154 2.57631 3.98042 2.92292 3.97485 3.28232ZM3.97485 5.71592H1.28125V14.3999H3.98525L3.97485 5.71592ZM5.60765 5.71592H8.28045L8.29085 6.89112C9.42445 4.73832 14.2396 4.63432 14.2396 8.89832V14.3999H11.5461V9.84472C11.5461 7.10952 8.29085 7.31752 8.29085 9.84472V14.3999H5.60765V5.71592Z" 
182                                fill="#00008F" /> 
183                            </svg> 
184                          </a> 
185                    </#if> 
186                </#list> 
187            </#if> 
188            <a class="a2a_dd c-agent-page__social_link c-agent-page__social_link--website" href="#" onclick="checkWebviewLink(this, event)"> 
189              <svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"> 
190                <path 
191                  d="M22 12.2864V20.0991C22.0001 20.3487 21.9538 20.5959 21.8639 20.8265C21.7739 21.0572 21.6421 21.2667 21.4759 21.4432C21.3097 21.6197 21.1123 21.7598 20.8951 21.8553C20.6779 21.9508 20.4452 22 20.2101 22H4.79034C4.31551 22 3.86013 21.7997 3.52438 21.4432C3.18862 21.0868 3 20.6033 3 20.0991V5.90087C3 5.39673 3.18862 4.91323 3.52438 4.55675C3.86013 4.20027 4.31551 4 4.79034 4H6.49302H8.1957" 
192                  stroke="#00008F" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" /> 
193                <path 
194                  d="M22 8.12901L16.4131 2V5.53819C11.4553 5.53819 9 8.84501 9 15C10.3597 13.2973 11.6517 10.9386 16.4131 10.9386V14.2605L22 8.12901Z" 
195                  fill="#00008F" /> 
196              </svg> 
197            </a> 
198            <!-- AddToAny BEGIN --> 
199            <script> 
200                var a2a_config = a2a_config || {}; 
201                a2a_config.onclick = 1; 
202                a2a_config.locale = "es"; 
203            </script> 
204            <script async src="https://static.addtoany.com/menu/page.js"></script> 
205            <!-- AddToAny END --> 
206        </div> 
207        <#assign urlImageMedofi = ""> 
208        <#if agent?? && agent?has_content && agent.getUrlImageMedofi()?has_content> 
209            <#assign urlImageMedofi = agent.getUrlImageMedofi()> 
210            <div class="c-agent-page__image"> 
211                <img src="${urlImageMedofi}" alt="medofi image"></img> 
212            </div> 
213        </#if> 
214    </div> 
215</#if> 

Nuestra Filosofia

Informamos a nuestros clientes, sobre productos financieros y de protección durante toda su trayectoria ofreciéndoles los mejores productos.

Nuestro Equipo

Profesionales altamente cualificados en facilitar información personalizada de nuestros productos y dispuestos a atenderle con vocación de servicio.

Nuestros Servicios

Nuestra gestión se encuentra avalada por la calidad de los productos y servicios de AXA, entidad líder mundial del Sector Asegurador y Financiero.

Por favor, introduce un nombre válido
Por favor, indica el primer apellido
Por favor, introduce un email válido
Por favor, introduce un teléfono válido
Por favor, introduce un dni válido
Por favor, introduce un código postal válido
Por favor, introduce un horario válido
Por favor, introduce tus observaciones correctamente