Centro per l'Impiego Mesagne

Il CPI di Mesagne è il Centro per l'impiego di riferimento per le persone residenti a: OstuniCarovigno, Cisternino, Fasano e San Vito dei Normanni.

Lunedì 08:30 - 11:30
Martedì 08:30 - 11:30, 15:00 - 16:30
Mercoledì 08:30 - 11:30
Giovedì 08:30 - 11:30
Venerdì 08:30 - 11:30
Si è verificato un errore nell'elaborarazione del modello.
When calling macro "printResources", required parameter "urlNoCat" (parameter #7) was not specified.

----
Tip: If the omission was deliberate, you may consider making the parameter optional in the macro by specifying a default value for it, like <#macro macroName paramName=defaultExpr>)
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #macro printResources id vocabularyNa...  [in template "33363" in macro "printResources" at line 7, column 1]
	- Reached through: @printResources entries=entries vocab...  [in template "78098290662841#20120#34420" at line 14, column 1]
----
1<#-- Chiave del template globale "Macro aggregatore risorse" --> 
2<#include "${templatesPath}/33363" /> 
3 
4<#assign labelTitle = 'Bandi e avvisi'/> 
5<#assign labelTuttiBandi = 'VEDI TUTTI I BANDI'/> 
6 
7<#if themeDisplay.getLanguageId()=='en_GB' || themeDisplay.getLanguageId()=='en_US'> 
8    <#assign labelTitle = 'Calls and notices'/> 
9	<#assign labelTuttiBandi = 'SEE ALL NOTICES'/> 
10 
11</#if> 
12 
13 
14<@printResources 
15    entries=entries 
16    vocabularyName = "Argomenti" 
17    id="elenco-notizie-l3" 
18    title="${labelTitle}" 
19    readAllThemeVarUrl="elenco-bandi" 
20    readAllText="${labelTuttiBandi}" 
21    noImage=true 
22    /> 
Si è verificato un errore nell'elaborarazione del modello.
When calling macro "printResources", required parameter "urlNoCat" (parameter #7) was not specified.

----
Tip: If the omission was deliberate, you may consider making the parameter optional in the macro by specifying a default value for it, like <#macro macroName paramName=defaultExpr>)
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #macro printResources id vocabularyNa...  [in template "33363" in macro "printResources" at line 7, column 1]
	- Reached through: @printResources entries=entries vocab...  [in template "78098290662841#20120#34432" at line 13, column 1]
----
1<#-- Chiave del template globale "Macro aggregatore risorse" --> 
2<#include "${templatesPath}/33363" /> 
3 
4<#assign labelNotizie = 'Notizie'/> 
5<#assign labelTutteNotizie = 'VEDI TUTTE LE NOTIZIE'/> 
6 
7<#if themeDisplay.getLanguageId()=='en_GB' || themeDisplay.getLanguageId()=='en_US'> 
8    <#assign labelNotizie = 'News'/> 
9	<#assign labelTutteNotizie = 'SEE ALL NEWS'/> 
10 
11</#if> 
12 
13<@printResources 
14    entries=entries 
15    vocabularyName = "Argomenti" 
16    id="elenco-notizie-l3" 
17    title="${labelNotizie}" 
18    readAllThemeVarUrl="elenco-notizie" 
19    readAllText="${labelTutteNotizie}" 
20    noImage=false 
21    />