Publicador de Conteúdos e Mídias

¿Cómo podemos ayudarte?

Historias Cesce

CONOCE LAS HISTORIAS DE NUESTROS CLIENTES

Publicador de Conteúdos e Mídias

Nuestros clientes | Póliza Verde de Inversión

"La receptividad, el acompañamiento de Cesce durante todo el proceso de solicitud y de puesta en marcha de la operación son los ingredientes de un éxito seguro"

Luis Bleda Director Estructuración de Negocio Internacional, Bankinter
Nuestros clientes | Póliza Fácil

"Nosotros estamos centrados en lo que sabemos hacer: vender. Y contratamos al equipo de Cesce para examinar los riesgos; no podemos y no debemos ir a ciegas"

 

Pablo Lázaro Coordinador de Grupo Fyce
Nuestros clientes | Máster Oro Integral

"El principal beneficio de Máster Oro Integral es la seguridad financiera, el hecho de tener tus ventas aseguradas en un 95% te da una gran tranquilidad"

 

Paz Hidalgo Directora Financiera de Plásticos Reca
La historia de Global PGI

"Con Póliza Clásica tenemos la tranquilidad de crecer con una cartera de clientes fiable y con información constantemente actualizada. Nos ayuda a disponer de la mejor información sobre nuestros clientes y nos protege frente a posibles impago."

 

Miguel Mesonero Director Gerente
La experiencia de Irueña Global

"Póliza Industrial es un producto que se dirige tanto a grandes como pequeñas empresas, ofreciendo una gama de soluciones individuales adaptadas a cada proyecto, una alternativa muy interesante."

Juan Luis Jiménez Director General

Publicador de Conteúdos e Mídias

Publicador de Conteúdos e Mídias

Actualidad

SIEMPRE AL DÍA DE LA ACTUALIDAD ECONÓMICA NACIONAL E INTERNACIONAL

Publicador de Conteúdos e Mídias

Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#67421" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
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: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#67421" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image" style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image" style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17      <div class="categories-list"> 
18        <#list categoryList as category> 
19         
20        <#if (category.vocabularyId = 67255 )> 
21        <#if (category?index lt 2)> 
22         <span> 
23             ${category.name}   
24          </span> 
25        </#if> 
26        <#if (category.vocabularyId = 67255 ) &&  (category?index == 2)> 
27           <span class="more"> 
28
29           </span> 
30        </#if> 
31            
32        </#if> 
33         
34      </#list> 
35      </div> 
36       
37     </a> 
38     
39     
40    <div class="info-content"> 
41    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}"> 
42    <p class="title-news">${Titulo.getData()}</p> 
43    <div class="description-notice"> 
44      
45         ${Entradilla.getData()} 
46      
47    </div> 
48     </a> 
49    <div class="d-flex date-share flex-wrap justify-content-between"> 
50    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
51      <div class="cat-share d-flex"> 
52      <#list categoryList as category> 
53        <#if (category.vocabularyId = 67258 )> 
54            <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
55              ${category.name} 
56           </a> 
57        </#if> 
58      </#list> 
59        <#--  <span class="share"> 
60           
61        </span>  --> 
62      </div> 
63    </div> 
64    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
65     
66    </div> 
67  </div> 
68         
69</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#114792" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
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: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#114792" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container container -view-medium"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a>  
19     
20     
21    <div class="info-content w-100"> 
22    <#list categoryList as category> 
23        <#if (category.vocabularyId = 67255 )> 
24            <span class="cat"> 
25              ${category.name} 
26           </span> 
27        </#if> 
28    </#list> 
29    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0">${Titulo.getData()} 
30    </a> 
31    <div class="d-flex date-share flex-wrap justify-content-between"> 
32    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span>	 
33      <div class="cat-share d-flex"> 
34       <#list categoryList as category> 
35         <#if (category.vocabularyId = 67258 )> 
36          <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
37              ${category.name} 
38          </a> 
39        </#if> 
40      </#list> 
41        <#--  <span class="share"> 
42           
43        </span>  --> 
44      </div> 
45    </div> 
46    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
47     
48</div> 
49 
50         
51</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#114792" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
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: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#114792" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container container -view-medium"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a>  
19     
20     
21    <div class="info-content w-100"> 
22    <#list categoryList as category> 
23        <#if (category.vocabularyId = 67255 )> 
24            <span class="cat"> 
25              ${category.name} 
26           </span> 
27        </#if> 
28    </#list> 
29    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0">${Titulo.getData()} 
30    </a> 
31    <div class="d-flex date-share flex-wrap justify-content-between"> 
32    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span>	 
33      <div class="cat-share d-flex"> 
34       <#list categoryList as category> 
35         <#if (category.vocabularyId = 67258 )> 
36          <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
37              ${category.name} 
38          </a> 
39        </#if> 
40      </#list> 
41        <#--  <span class="share"> 
42           
43        </span>  --> 
44      </div> 
45    </div> 
46    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
47     
48</div> 
49 
50         
51</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
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: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
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: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div>