Àmbits professionals amb projecció de futur

Coneix el nostre equip: personal d'infermeria

Coneix el nostre equip: tècnica superior en consum

Coneix el nostre equip: arquitectes d’urbanisme i habitatge

L'àmbit tecnològic a la Diputació de Barcelona

L’àmbit de medi ambient a la Diputació de Barcelona

L’àmbit de les biblioteques a la Diputació de Barcelona

No se ha configurado ninguna vista a mostrar.

An error occurred while processing the template.
The following has evaluated to null or missing:
==> Titol  [in template "10132#10165#415530944" at line 2, column 6]

----
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 Titol.data != "."  [in template "10132#10165#415530944" at line 2, column 1]
----
1<div class="col-sm-4"> 
2<#if Titol.data!="."> 
3    <#if Titol.data != "Arxius municipals digitals" &&  Titol.data != "Programa HERMES" > 
4        <a title="${Titol.data}" href="${Enllac.data}">${Titol.data}</a> 
5    <#else>         
6		<a title="${Titol.data}" href="${Enllac.data}" data-senna-off="true">${Titol.data}</a> 
7    </#if> 
8</#if> 
9</div>