
Concursos
Aquí encontrará los llamados a concursos, llamados para contratación y pasantías universitarias.
Lista de concursos
Concurso de Publico de Oposición Para Personas con Discapacidad
La Dirección Nacional de Ingresos Tributarios llama a Concurso de Publico de oposición para Personas con Discapacidad (PcD)
Concurso Interno de Desprecarización Laboral
Se encuentra abierta la Convocatoria del Concurso Interno Institucional para la Desprecarización Laboral, dirigida exclusivamente a empleados públicos de la DNIT contratados con al menos 4 (cuatro) años de antigüedad en la institución al 31/12/2025, conforme a la declaración jurada de identificación de postulantes y a las bases y condiciones publicadas en el Portal Paraguay Concursa.
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN LLAMA A CONCURSO DE OPOSICIÓN INTERNO INSTITUCIONAL PARA LA DESPRECARIZACIÓN LABORAL 2022.
HISTÓRICO DE CONCURSOS PARA PASANTÍAS.
LA SUBSECRETARIA DE ESTADO DE TRIBUTACION LLAMA A CONCURSO PARA PASANTÍA UNIVERSITARIA, CON LA UNIVERSIDAD AUTÓNOMA DE ASUNCIÓN (UAA)
CONCURSO INTERNO INSTITUCIONAL AD REFERENDUM PARA LA DESPRECARIZACIÓN LABORAL 2018
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN LLAMA A CONCURSO INTERNO INSTITUCIONAL AD REFERENDUM PARA LA DESPRECARIZACIÓN LABORAL.
CONCURSO INTERNO (DESPRECARIZACIÓN LABORAL) - MAYO 2016
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN CONJUNTAMENTE CON EL MINISTERIO DE HACIENDA LLAMA A CONCURSO INTERNO INSTITUCIONAL AD REFERENDUM PARA LA DESPRECARIZACIÓN LABORAL
CONCURSO DE OPOSICION INTERNO INSTITUCIONAL PARA CUBRIR CARGOS DE COORDINACIONES Y JEFATURAS 2019
LA SUBSECRETARIA DE ESTADO DE TRIBUTACION LLAMA A CONCURSO DE OPOSICION INTERNO INSTITUCIONAL PARA CUBRIR CARGOS DE COORDINACIONES Y JEFATURAS SEGUNDA CONVOCATORIA
CONCURSO DE MÉRITOS PARA CONTRATACIÓN - JULIO 2017
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN LLAMA A CONCURSO DE MÉRITOS PARA CONTRATACIÓN 2017
CONCURSO DE MÉRITOS PARA CONTRATACIÓN 2017-2018 (AD REFERÉNDUM).
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN LLAMA A CONCURSO DE MÉRITOS PARA CONTRATACIÓN 2017-2018 (AD REFERÉNDUM)
CONCURSO DE MÉRITOS PARA CONTRATACIÓN 2018
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN LLAMA A CONCURSO DE MÉRITOS PARA CONTRATACIÓN 2018
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN LLAMA A CONCURSO DE MÉRITOS PARA CONTRATACIÓN 2019
CONCURSO PARA PASANTÍA UNIVERSITARIA 2019
LA SET LLAMA A CONCURSO PARA PASANTÍA UNIVERSITARIA 2019
Concurso de Pasantías Universitarias 2023
Mediante el programa de pasantías universitarias brindaremos la posibilidad de iniciar una práctica laboral seleccionado a los mejores candidatos a través de un proceso de selección y evaluación.
Lista de concursos
The following has evaluated to null or missing: ==> fecha_apertura [in template "20097#20123#1478292" at line 6, column 53] ---- 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: #assign fecha_apertura_Data = getterU... [in template "20097#20123#1478292" at line 6, column 1] ----
1<div class="list__item search-item">
2 <div class="item__header">
3 <span class="material-icons"> <#if (icono_calendario.getData())??>
4 ${icono_calendario.getData()}
5</#if> </span>
6<#assign fecha_apertura_Data = getterUtil.getString(fecha_apertura.getData())>
7
8<#if validator.isNotNull(fecha_apertura_Data)>
9 <#assign fecha_apertura_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_apertura_Data, locale)>
10 <#assign diaA = dateUtil.getDate(fecha_apertura_DateObj, "dd", locale)
11 mesA = dateUtil.getDate(fecha_apertura_DateObj, "MMMM", locale)
12 anhoA = dateUtil.getDate(fecha_apertura_DateObj, "yyyy", locale)/>
13 <#assign fecha_ap = "Apertura: " + diaA + " de " + mesA + ", " + anhoA />
14 <#else>
15 <#assign fecha_ap = "Apertura: No Asignado" />
16</#if>
17
18
19<#assign fecha_cierre_Data = getterUtil.getString(fecha_cierre.getData())>
20
21<#if validator.isNotNull(fecha_cierre_Data)>
22 <#assign fecha_cierre_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_cierre_Data, locale)>
23 <#assign diaC = dateUtil.getDate(fecha_cierre_DateObj, "dd", locale)
24 mesC = dateUtil.getDate(fecha_cierre_DateObj, "MMMM", locale)
25 anhoC = dateUtil.getDate(fecha_cierre_DateObj, "yyyy", locale)/>
26 <#assign fecha_ci = " | Cierre: " + diaC + " de " + mesC + ", " + anhoC />
27 <#else>
28 <#assign fecha_ci = " | Cierre: No Asignado" />
29</#if>
30 <#assign fecha_total = fecha_ap + fecha_ci />
31 <span class="item__date"> ${fecha_total} </span>
32
33
34 <#if (estado.getData())??>
35 <#if estado.getData() = "Abierto">
36 <span class="label__success">${estado.getData()}</span>
37 <#elseif estado.getData() = "Cerrado">
38 <span class="label__error">${estado.getData()}</span>
39 <#else>
40 </#if>
41 </#if>
42
43 </div>
44
45 <h3 class="item__title"><#if (titulo.getData())??>
46 ${titulo.getData()}
47</#if> </h3>
48 <p class="item__description"> <#if (descripcion.getData())??>
49 ${descripcion.getData()}
50</#if></p>
51 <div class="item__link">
52
53
54
55<a href="${friendlyURL}"
56 class="link-more"
57 onclick="
58 Liferay.Util.openModal({
59 title: '${titulo.getData()?html}',
60 url: this.href,
61 id: 'mi-modal-custom'
62 });
63
64 setTimeout(() => {
65 const estilo = document.createElement('style');
66 estilo.innerHTML = `
67 #mi-modal-custom .modal-dialog {
68 position: fixed !important;
69 top: 50% !important;
70 left: 50% !important;
71 transform: translate(-50%, -50%) !important;
72 width: 60% !important;
73 height: 70% !important;
74 margin: 0 !important;
75 z-index: 1050 !important;
76 }
77
78 #mi-modal-custom .modal-content {
79 height: 100% !important;
80 overflow-y: auto !important;
81 border-radius: 12px !important;
82 }
83 `;
84 document.head.appendChild(estilo);
85 }, 500);
86
87 return false;">
88 Leer más
89</a>
90
91
92
93 </div>
94 </div>
The following has evaluated to null or missing: ==> fecha_apertura [in template "20097#20123#1478292" at line 6, column 53] ---- 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: #assign fecha_apertura_Data = getterU... [in template "20097#20123#1478292" at line 6, column 1] ----
1<div class="list__item search-item">
2 <div class="item__header">
3 <span class="material-icons"> <#if (icono_calendario.getData())??>
4 ${icono_calendario.getData()}
5</#if> </span>
6<#assign fecha_apertura_Data = getterUtil.getString(fecha_apertura.getData())>
7
8<#if validator.isNotNull(fecha_apertura_Data)>
9 <#assign fecha_apertura_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_apertura_Data, locale)>
10 <#assign diaA = dateUtil.getDate(fecha_apertura_DateObj, "dd", locale)
11 mesA = dateUtil.getDate(fecha_apertura_DateObj, "MMMM", locale)
12 anhoA = dateUtil.getDate(fecha_apertura_DateObj, "yyyy", locale)/>
13 <#assign fecha_ap = "Apertura: " + diaA + " de " + mesA + ", " + anhoA />
14 <#else>
15 <#assign fecha_ap = "Apertura: No Asignado" />
16</#if>
17
18
19<#assign fecha_cierre_Data = getterUtil.getString(fecha_cierre.getData())>
20
21<#if validator.isNotNull(fecha_cierre_Data)>
22 <#assign fecha_cierre_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_cierre_Data, locale)>
23 <#assign diaC = dateUtil.getDate(fecha_cierre_DateObj, "dd", locale)
24 mesC = dateUtil.getDate(fecha_cierre_DateObj, "MMMM", locale)
25 anhoC = dateUtil.getDate(fecha_cierre_DateObj, "yyyy", locale)/>
26 <#assign fecha_ci = " | Cierre: " + diaC + " de " + mesC + ", " + anhoC />
27 <#else>
28 <#assign fecha_ci = " | Cierre: No Asignado" />
29</#if>
30 <#assign fecha_total = fecha_ap + fecha_ci />
31 <span class="item__date"> ${fecha_total} </span>
32
33
34 <#if (estado.getData())??>
35 <#if estado.getData() = "Abierto">
36 <span class="label__success">${estado.getData()}</span>
37 <#elseif estado.getData() = "Cerrado">
38 <span class="label__error">${estado.getData()}</span>
39 <#else>
40 </#if>
41 </#if>
42
43 </div>
44
45 <h3 class="item__title"><#if (titulo.getData())??>
46 ${titulo.getData()}
47</#if> </h3>
48 <p class="item__description"> <#if (descripcion.getData())??>
49 ${descripcion.getData()}
50</#if></p>
51 <div class="item__link">
52
53
54
55<a href="${friendlyURL}"
56 class="link-more"
57 onclick="
58 Liferay.Util.openModal({
59 title: '${titulo.getData()?html}',
60 url: this.href,
61 id: 'mi-modal-custom'
62 });
63
64 setTimeout(() => {
65 const estilo = document.createElement('style');
66 estilo.innerHTML = `
67 #mi-modal-custom .modal-dialog {
68 position: fixed !important;
69 top: 50% !important;
70 left: 50% !important;
71 transform: translate(-50%, -50%) !important;
72 width: 60% !important;
73 height: 70% !important;
74 margin: 0 !important;
75 z-index: 1050 !important;
76 }
77
78 #mi-modal-custom .modal-content {
79 height: 100% !important;
80 overflow-y: auto !important;
81 border-radius: 12px !important;
82 }
83 `;
84 document.head.appendChild(estilo);
85 }, 500);
86
87 return false;">
88 Leer más
89</a>
90
91
92
93 </div>
94 </div>
The following has evaluated to null or missing: ==> fecha_apertura [in template "20097#20123#1478292" at line 6, column 53] ---- 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: #assign fecha_apertura_Data = getterU... [in template "20097#20123#1478292" at line 6, column 1] ----
1<div class="list__item search-item">
2 <div class="item__header">
3 <span class="material-icons"> <#if (icono_calendario.getData())??>
4 ${icono_calendario.getData()}
5</#if> </span>
6<#assign fecha_apertura_Data = getterUtil.getString(fecha_apertura.getData())>
7
8<#if validator.isNotNull(fecha_apertura_Data)>
9 <#assign fecha_apertura_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_apertura_Data, locale)>
10 <#assign diaA = dateUtil.getDate(fecha_apertura_DateObj, "dd", locale)
11 mesA = dateUtil.getDate(fecha_apertura_DateObj, "MMMM", locale)
12 anhoA = dateUtil.getDate(fecha_apertura_DateObj, "yyyy", locale)/>
13 <#assign fecha_ap = "Apertura: " + diaA + " de " + mesA + ", " + anhoA />
14 <#else>
15 <#assign fecha_ap = "Apertura: No Asignado" />
16</#if>
17
18
19<#assign fecha_cierre_Data = getterUtil.getString(fecha_cierre.getData())>
20
21<#if validator.isNotNull(fecha_cierre_Data)>
22 <#assign fecha_cierre_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_cierre_Data, locale)>
23 <#assign diaC = dateUtil.getDate(fecha_cierre_DateObj, "dd", locale)
24 mesC = dateUtil.getDate(fecha_cierre_DateObj, "MMMM", locale)
25 anhoC = dateUtil.getDate(fecha_cierre_DateObj, "yyyy", locale)/>
26 <#assign fecha_ci = " | Cierre: " + diaC + " de " + mesC + ", " + anhoC />
27 <#else>
28 <#assign fecha_ci = " | Cierre: No Asignado" />
29</#if>
30 <#assign fecha_total = fecha_ap + fecha_ci />
31 <span class="item__date"> ${fecha_total} </span>
32
33
34 <#if (estado.getData())??>
35 <#if estado.getData() = "Abierto">
36 <span class="label__success">${estado.getData()}</span>
37 <#elseif estado.getData() = "Cerrado">
38 <span class="label__error">${estado.getData()}</span>
39 <#else>
40 </#if>
41 </#if>
42
43 </div>
44
45 <h3 class="item__title"><#if (titulo.getData())??>
46 ${titulo.getData()}
47</#if> </h3>
48 <p class="item__description"> <#if (descripcion.getData())??>
49 ${descripcion.getData()}
50</#if></p>
51 <div class="item__link">
52
53
54
55<a href="${friendlyURL}"
56 class="link-more"
57 onclick="
58 Liferay.Util.openModal({
59 title: '${titulo.getData()?html}',
60 url: this.href,
61 id: 'mi-modal-custom'
62 });
63
64 setTimeout(() => {
65 const estilo = document.createElement('style');
66 estilo.innerHTML = `
67 #mi-modal-custom .modal-dialog {
68 position: fixed !important;
69 top: 50% !important;
70 left: 50% !important;
71 transform: translate(-50%, -50%) !important;
72 width: 60% !important;
73 height: 70% !important;
74 margin: 0 !important;
75 z-index: 1050 !important;
76 }
77
78 #mi-modal-custom .modal-content {
79 height: 100% !important;
80 overflow-y: auto !important;
81 border-radius: 12px !important;
82 }
83 `;
84 document.head.appendChild(estilo);
85 }, 500);
86
87 return false;">
88 Leer más
89</a>
90
91
92
93 </div>
94 </div>
The following has evaluated to null or missing: ==> fecha_apertura [in template "20097#20123#1478292" at line 6, column 53] ---- 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: #assign fecha_apertura_Data = getterU... [in template "20097#20123#1478292" at line 6, column 1] ----
1<div class="list__item search-item">
2 <div class="item__header">
3 <span class="material-icons"> <#if (icono_calendario.getData())??>
4 ${icono_calendario.getData()}
5</#if> </span>
6<#assign fecha_apertura_Data = getterUtil.getString(fecha_apertura.getData())>
7
8<#if validator.isNotNull(fecha_apertura_Data)>
9 <#assign fecha_apertura_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_apertura_Data, locale)>
10 <#assign diaA = dateUtil.getDate(fecha_apertura_DateObj, "dd", locale)
11 mesA = dateUtil.getDate(fecha_apertura_DateObj, "MMMM", locale)
12 anhoA = dateUtil.getDate(fecha_apertura_DateObj, "yyyy", locale)/>
13 <#assign fecha_ap = "Apertura: " + diaA + " de " + mesA + ", " + anhoA />
14 <#else>
15 <#assign fecha_ap = "Apertura: No Asignado" />
16</#if>
17
18
19<#assign fecha_cierre_Data = getterUtil.getString(fecha_cierre.getData())>
20
21<#if validator.isNotNull(fecha_cierre_Data)>
22 <#assign fecha_cierre_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_cierre_Data, locale)>
23 <#assign diaC = dateUtil.getDate(fecha_cierre_DateObj, "dd", locale)
24 mesC = dateUtil.getDate(fecha_cierre_DateObj, "MMMM", locale)
25 anhoC = dateUtil.getDate(fecha_cierre_DateObj, "yyyy", locale)/>
26 <#assign fecha_ci = " | Cierre: " + diaC + " de " + mesC + ", " + anhoC />
27 <#else>
28 <#assign fecha_ci = " | Cierre: No Asignado" />
29</#if>
30 <#assign fecha_total = fecha_ap + fecha_ci />
31 <span class="item__date"> ${fecha_total} </span>
32
33
34 <#if (estado.getData())??>
35 <#if estado.getData() = "Abierto">
36 <span class="label__success">${estado.getData()}</span>
37 <#elseif estado.getData() = "Cerrado">
38 <span class="label__error">${estado.getData()}</span>
39 <#else>
40 </#if>
41 </#if>
42
43 </div>
44
45 <h3 class="item__title"><#if (titulo.getData())??>
46 ${titulo.getData()}
47</#if> </h3>
48 <p class="item__description"> <#if (descripcion.getData())??>
49 ${descripcion.getData()}
50</#if></p>
51 <div class="item__link">
52
53
54
55<a href="${friendlyURL}"
56 class="link-more"
57 onclick="
58 Liferay.Util.openModal({
59 title: '${titulo.getData()?html}',
60 url: this.href,
61 id: 'mi-modal-custom'
62 });
63
64 setTimeout(() => {
65 const estilo = document.createElement('style');
66 estilo.innerHTML = `
67 #mi-modal-custom .modal-dialog {
68 position: fixed !important;
69 top: 50% !important;
70 left: 50% !important;
71 transform: translate(-50%, -50%) !important;
72 width: 60% !important;
73 height: 70% !important;
74 margin: 0 !important;
75 z-index: 1050 !important;
76 }
77
78 #mi-modal-custom .modal-content {
79 height: 100% !important;
80 overflow-y: auto !important;
81 border-radius: 12px !important;
82 }
83 `;
84 document.head.appendChild(estilo);
85 }, 500);
86
87 return false;">
88 Leer más
89</a>
90
91
92
93 </div>
94 </div>
The following has evaluated to null or missing: ==> fecha_apertura [in template "20097#20123#1478292" at line 6, column 53] ---- 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: #assign fecha_apertura_Data = getterU... [in template "20097#20123#1478292" at line 6, column 1] ----
1<div class="list__item search-item">
2 <div class="item__header">
3 <span class="material-icons"> <#if (icono_calendario.getData())??>
4 ${icono_calendario.getData()}
5</#if> </span>
6<#assign fecha_apertura_Data = getterUtil.getString(fecha_apertura.getData())>
7
8<#if validator.isNotNull(fecha_apertura_Data)>
9 <#assign fecha_apertura_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_apertura_Data, locale)>
10 <#assign diaA = dateUtil.getDate(fecha_apertura_DateObj, "dd", locale)
11 mesA = dateUtil.getDate(fecha_apertura_DateObj, "MMMM", locale)
12 anhoA = dateUtil.getDate(fecha_apertura_DateObj, "yyyy", locale)/>
13 <#assign fecha_ap = "Apertura: " + diaA + " de " + mesA + ", " + anhoA />
14 <#else>
15 <#assign fecha_ap = "Apertura: No Asignado" />
16</#if>
17
18
19<#assign fecha_cierre_Data = getterUtil.getString(fecha_cierre.getData())>
20
21<#if validator.isNotNull(fecha_cierre_Data)>
22 <#assign fecha_cierre_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_cierre_Data, locale)>
23 <#assign diaC = dateUtil.getDate(fecha_cierre_DateObj, "dd", locale)
24 mesC = dateUtil.getDate(fecha_cierre_DateObj, "MMMM", locale)
25 anhoC = dateUtil.getDate(fecha_cierre_DateObj, "yyyy", locale)/>
26 <#assign fecha_ci = " | Cierre: " + diaC + " de " + mesC + ", " + anhoC />
27 <#else>
28 <#assign fecha_ci = " | Cierre: No Asignado" />
29</#if>
30 <#assign fecha_total = fecha_ap + fecha_ci />
31 <span class="item__date"> ${fecha_total} </span>
32
33
34 <#if (estado.getData())??>
35 <#if estado.getData() = "Abierto">
36 <span class="label__success">${estado.getData()}</span>
37 <#elseif estado.getData() = "Cerrado">
38 <span class="label__error">${estado.getData()}</span>
39 <#else>
40 </#if>
41 </#if>
42
43 </div>
44
45 <h3 class="item__title"><#if (titulo.getData())??>
46 ${titulo.getData()}
47</#if> </h3>
48 <p class="item__description"> <#if (descripcion.getData())??>
49 ${descripcion.getData()}
50</#if></p>
51 <div class="item__link">
52
53
54
55<a href="${friendlyURL}"
56 class="link-more"
57 onclick="
58 Liferay.Util.openModal({
59 title: '${titulo.getData()?html}',
60 url: this.href,
61 id: 'mi-modal-custom'
62 });
63
64 setTimeout(() => {
65 const estilo = document.createElement('style');
66 estilo.innerHTML = `
67 #mi-modal-custom .modal-dialog {
68 position: fixed !important;
69 top: 50% !important;
70 left: 50% !important;
71 transform: translate(-50%, -50%) !important;
72 width: 60% !important;
73 height: 70% !important;
74 margin: 0 !important;
75 z-index: 1050 !important;
76 }
77
78 #mi-modal-custom .modal-content {
79 height: 100% !important;
80 overflow-y: auto !important;
81 border-radius: 12px !important;
82 }
83 `;
84 document.head.appendChild(estilo);
85 }, 500);
86
87 return false;">
88 Leer más
89</a>
90
91
92
93 </div>
94 </div>
The following has evaluated to null or missing: ==> fecha_apertura [in template "20097#20123#1478292" at line 6, column 53] ---- 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: #assign fecha_apertura_Data = getterU... [in template "20097#20123#1478292" at line 6, column 1] ----
1<div class="list__item search-item">
2 <div class="item__header">
3 <span class="material-icons"> <#if (icono_calendario.getData())??>
4 ${icono_calendario.getData()}
5</#if> </span>
6<#assign fecha_apertura_Data = getterUtil.getString(fecha_apertura.getData())>
7
8<#if validator.isNotNull(fecha_apertura_Data)>
9 <#assign fecha_apertura_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_apertura_Data, locale)>
10 <#assign diaA = dateUtil.getDate(fecha_apertura_DateObj, "dd", locale)
11 mesA = dateUtil.getDate(fecha_apertura_DateObj, "MMMM", locale)
12 anhoA = dateUtil.getDate(fecha_apertura_DateObj, "yyyy", locale)/>
13 <#assign fecha_ap = "Apertura: " + diaA + " de " + mesA + ", " + anhoA />
14 <#else>
15 <#assign fecha_ap = "Apertura: No Asignado" />
16</#if>
17
18
19<#assign fecha_cierre_Data = getterUtil.getString(fecha_cierre.getData())>
20
21<#if validator.isNotNull(fecha_cierre_Data)>
22 <#assign fecha_cierre_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_cierre_Data, locale)>
23 <#assign diaC = dateUtil.getDate(fecha_cierre_DateObj, "dd", locale)
24 mesC = dateUtil.getDate(fecha_cierre_DateObj, "MMMM", locale)
25 anhoC = dateUtil.getDate(fecha_cierre_DateObj, "yyyy", locale)/>
26 <#assign fecha_ci = " | Cierre: " + diaC + " de " + mesC + ", " + anhoC />
27 <#else>
28 <#assign fecha_ci = " | Cierre: No Asignado" />
29</#if>
30 <#assign fecha_total = fecha_ap + fecha_ci />
31 <span class="item__date"> ${fecha_total} </span>
32
33
34 <#if (estado.getData())??>
35 <#if estado.getData() = "Abierto">
36 <span class="label__success">${estado.getData()}</span>
37 <#elseif estado.getData() = "Cerrado">
38 <span class="label__error">${estado.getData()}</span>
39 <#else>
40 </#if>
41 </#if>
42
43 </div>
44
45 <h3 class="item__title"><#if (titulo.getData())??>
46 ${titulo.getData()}
47</#if> </h3>
48 <p class="item__description"> <#if (descripcion.getData())??>
49 ${descripcion.getData()}
50</#if></p>
51 <div class="item__link">
52
53
54
55<a href="${friendlyURL}"
56 class="link-more"
57 onclick="
58 Liferay.Util.openModal({
59 title: '${titulo.getData()?html}',
60 url: this.href,
61 id: 'mi-modal-custom'
62 });
63
64 setTimeout(() => {
65 const estilo = document.createElement('style');
66 estilo.innerHTML = `
67 #mi-modal-custom .modal-dialog {
68 position: fixed !important;
69 top: 50% !important;
70 left: 50% !important;
71 transform: translate(-50%, -50%) !important;
72 width: 60% !important;
73 height: 70% !important;
74 margin: 0 !important;
75 z-index: 1050 !important;
76 }
77
78 #mi-modal-custom .modal-content {
79 height: 100% !important;
80 overflow-y: auto !important;
81 border-radius: 12px !important;
82 }
83 `;
84 document.head.appendChild(estilo);
85 }, 500);
86
87 return false;">
88 Leer más
89</a>
90
91
92
93 </div>
94 </div>
The following has evaluated to null or missing: ==> fecha_apertura [in template "20097#20123#1478292" at line 6, column 53] ---- 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: #assign fecha_apertura_Data = getterU... [in template "20097#20123#1478292" at line 6, column 1] ----
1<div class="list__item search-item">
2 <div class="item__header">
3 <span class="material-icons"> <#if (icono_calendario.getData())??>
4 ${icono_calendario.getData()}
5</#if> </span>
6<#assign fecha_apertura_Data = getterUtil.getString(fecha_apertura.getData())>
7
8<#if validator.isNotNull(fecha_apertura_Data)>
9 <#assign fecha_apertura_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_apertura_Data, locale)>
10 <#assign diaA = dateUtil.getDate(fecha_apertura_DateObj, "dd", locale)
11 mesA = dateUtil.getDate(fecha_apertura_DateObj, "MMMM", locale)
12 anhoA = dateUtil.getDate(fecha_apertura_DateObj, "yyyy", locale)/>
13 <#assign fecha_ap = "Apertura: " + diaA + " de " + mesA + ", " + anhoA />
14 <#else>
15 <#assign fecha_ap = "Apertura: No Asignado" />
16</#if>
17
18
19<#assign fecha_cierre_Data = getterUtil.getString(fecha_cierre.getData())>
20
21<#if validator.isNotNull(fecha_cierre_Data)>
22 <#assign fecha_cierre_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_cierre_Data, locale)>
23 <#assign diaC = dateUtil.getDate(fecha_cierre_DateObj, "dd", locale)
24 mesC = dateUtil.getDate(fecha_cierre_DateObj, "MMMM", locale)
25 anhoC = dateUtil.getDate(fecha_cierre_DateObj, "yyyy", locale)/>
26 <#assign fecha_ci = " | Cierre: " + diaC + " de " + mesC + ", " + anhoC />
27 <#else>
28 <#assign fecha_ci = " | Cierre: No Asignado" />
29</#if>
30 <#assign fecha_total = fecha_ap + fecha_ci />
31 <span class="item__date"> ${fecha_total} </span>
32
33
34 <#if (estado.getData())??>
35 <#if estado.getData() = "Abierto">
36 <span class="label__success">${estado.getData()}</span>
37 <#elseif estado.getData() = "Cerrado">
38 <span class="label__error">${estado.getData()}</span>
39 <#else>
40 </#if>
41 </#if>
42
43 </div>
44
45 <h3 class="item__title"><#if (titulo.getData())??>
46 ${titulo.getData()}
47</#if> </h3>
48 <p class="item__description"> <#if (descripcion.getData())??>
49 ${descripcion.getData()}
50</#if></p>
51 <div class="item__link">
52
53
54
55<a href="${friendlyURL}"
56 class="link-more"
57 onclick="
58 Liferay.Util.openModal({
59 title: '${titulo.getData()?html}',
60 url: this.href,
61 id: 'mi-modal-custom'
62 });
63
64 setTimeout(() => {
65 const estilo = document.createElement('style');
66 estilo.innerHTML = `
67 #mi-modal-custom .modal-dialog {
68 position: fixed !important;
69 top: 50% !important;
70 left: 50% !important;
71 transform: translate(-50%, -50%) !important;
72 width: 60% !important;
73 height: 70% !important;
74 margin: 0 !important;
75 z-index: 1050 !important;
76 }
77
78 #mi-modal-custom .modal-content {
79 height: 100% !important;
80 overflow-y: auto !important;
81 border-radius: 12px !important;
82 }
83 `;
84 document.head.appendChild(estilo);
85 }, 500);
86
87 return false;">
88 Leer más
89</a>
90
91
92
93 </div>
94 </div>
The following has evaluated to null or missing: ==> fecha_apertura [in template "20097#20123#1478292" at line 6, column 53] ---- 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: #assign fecha_apertura_Data = getterU... [in template "20097#20123#1478292" at line 6, column 1] ----
1<div class="list__item search-item">
2 <div class="item__header">
3 <span class="material-icons"> <#if (icono_calendario.getData())??>
4 ${icono_calendario.getData()}
5</#if> </span>
6<#assign fecha_apertura_Data = getterUtil.getString(fecha_apertura.getData())>
7
8<#if validator.isNotNull(fecha_apertura_Data)>
9 <#assign fecha_apertura_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_apertura_Data, locale)>
10 <#assign diaA = dateUtil.getDate(fecha_apertura_DateObj, "dd", locale)
11 mesA = dateUtil.getDate(fecha_apertura_DateObj, "MMMM", locale)
12 anhoA = dateUtil.getDate(fecha_apertura_DateObj, "yyyy", locale)/>
13 <#assign fecha_ap = "Apertura: " + diaA + " de " + mesA + ", " + anhoA />
14 <#else>
15 <#assign fecha_ap = "Apertura: No Asignado" />
16</#if>
17
18
19<#assign fecha_cierre_Data = getterUtil.getString(fecha_cierre.getData())>
20
21<#if validator.isNotNull(fecha_cierre_Data)>
22 <#assign fecha_cierre_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_cierre_Data, locale)>
23 <#assign diaC = dateUtil.getDate(fecha_cierre_DateObj, "dd", locale)
24 mesC = dateUtil.getDate(fecha_cierre_DateObj, "MMMM", locale)
25 anhoC = dateUtil.getDate(fecha_cierre_DateObj, "yyyy", locale)/>
26 <#assign fecha_ci = " | Cierre: " + diaC + " de " + mesC + ", " + anhoC />
27 <#else>
28 <#assign fecha_ci = " | Cierre: No Asignado" />
29</#if>
30 <#assign fecha_total = fecha_ap + fecha_ci />
31 <span class="item__date"> ${fecha_total} </span>
32
33
34 <#if (estado.getData())??>
35 <#if estado.getData() = "Abierto">
36 <span class="label__success">${estado.getData()}</span>
37 <#elseif estado.getData() = "Cerrado">
38 <span class="label__error">${estado.getData()}</span>
39 <#else>
40 </#if>
41 </#if>
42
43 </div>
44
45 <h3 class="item__title"><#if (titulo.getData())??>
46 ${titulo.getData()}
47</#if> </h3>
48 <p class="item__description"> <#if (descripcion.getData())??>
49 ${descripcion.getData()}
50</#if></p>
51 <div class="item__link">
52
53
54
55<a href="${friendlyURL}"
56 class="link-more"
57 onclick="
58 Liferay.Util.openModal({
59 title: '${titulo.getData()?html}',
60 url: this.href,
61 id: 'mi-modal-custom'
62 });
63
64 setTimeout(() => {
65 const estilo = document.createElement('style');
66 estilo.innerHTML = `
67 #mi-modal-custom .modal-dialog {
68 position: fixed !important;
69 top: 50% !important;
70 left: 50% !important;
71 transform: translate(-50%, -50%) !important;
72 width: 60% !important;
73 height: 70% !important;
74 margin: 0 !important;
75 z-index: 1050 !important;
76 }
77
78 #mi-modal-custom .modal-content {
79 height: 100% !important;
80 overflow-y: auto !important;
81 border-radius: 12px !important;
82 }
83 `;
84 document.head.appendChild(estilo);
85 }, 500);
86
87 return false;">
88 Leer más
89</a>
90
91
92
93 </div>
94 </div>
The following has evaluated to null or missing: ==> fecha_apertura [in template "20097#20123#1478292" at line 6, column 53] ---- 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: #assign fecha_apertura_Data = getterU... [in template "20097#20123#1478292" at line 6, column 1] ----
1<div class="list__item search-item">
2 <div class="item__header">
3 <span class="material-icons"> <#if (icono_calendario.getData())??>
4 ${icono_calendario.getData()}
5</#if> </span>
6<#assign fecha_apertura_Data = getterUtil.getString(fecha_apertura.getData())>
7
8<#if validator.isNotNull(fecha_apertura_Data)>
9 <#assign fecha_apertura_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_apertura_Data, locale)>
10 <#assign diaA = dateUtil.getDate(fecha_apertura_DateObj, "dd", locale)
11 mesA = dateUtil.getDate(fecha_apertura_DateObj, "MMMM", locale)
12 anhoA = dateUtil.getDate(fecha_apertura_DateObj, "yyyy", locale)/>
13 <#assign fecha_ap = "Apertura: " + diaA + " de " + mesA + ", " + anhoA />
14 <#else>
15 <#assign fecha_ap = "Apertura: No Asignado" />
16</#if>
17
18
19<#assign fecha_cierre_Data = getterUtil.getString(fecha_cierre.getData())>
20
21<#if validator.isNotNull(fecha_cierre_Data)>
22 <#assign fecha_cierre_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_cierre_Data, locale)>
23 <#assign diaC = dateUtil.getDate(fecha_cierre_DateObj, "dd", locale)
24 mesC = dateUtil.getDate(fecha_cierre_DateObj, "MMMM", locale)
25 anhoC = dateUtil.getDate(fecha_cierre_DateObj, "yyyy", locale)/>
26 <#assign fecha_ci = " | Cierre: " + diaC + " de " + mesC + ", " + anhoC />
27 <#else>
28 <#assign fecha_ci = " | Cierre: No Asignado" />
29</#if>
30 <#assign fecha_total = fecha_ap + fecha_ci />
31 <span class="item__date"> ${fecha_total} </span>
32
33
34 <#if (estado.getData())??>
35 <#if estado.getData() = "Abierto">
36 <span class="label__success">${estado.getData()}</span>
37 <#elseif estado.getData() = "Cerrado">
38 <span class="label__error">${estado.getData()}</span>
39 <#else>
40 </#if>
41 </#if>
42
43 </div>
44
45 <h3 class="item__title"><#if (titulo.getData())??>
46 ${titulo.getData()}
47</#if> </h3>
48 <p class="item__description"> <#if (descripcion.getData())??>
49 ${descripcion.getData()}
50</#if></p>
51 <div class="item__link">
52
53
54
55<a href="${friendlyURL}"
56 class="link-more"
57 onclick="
58 Liferay.Util.openModal({
59 title: '${titulo.getData()?html}',
60 url: this.href,
61 id: 'mi-modal-custom'
62 });
63
64 setTimeout(() => {
65 const estilo = document.createElement('style');
66 estilo.innerHTML = `
67 #mi-modal-custom .modal-dialog {
68 position: fixed !important;
69 top: 50% !important;
70 left: 50% !important;
71 transform: translate(-50%, -50%) !important;
72 width: 60% !important;
73 height: 70% !important;
74 margin: 0 !important;
75 z-index: 1050 !important;
76 }
77
78 #mi-modal-custom .modal-content {
79 height: 100% !important;
80 overflow-y: auto !important;
81 border-radius: 12px !important;
82 }
83 `;
84 document.head.appendChild(estilo);
85 }, 500);
86
87 return false;">
88 Leer más
89</a>
90
91
92
93 </div>
94 </div>
The following has evaluated to null or missing: ==> fecha_apertura [in template "20097#20123#1478292" at line 6, column 53] ---- 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: #assign fecha_apertura_Data = getterU... [in template "20097#20123#1478292" at line 6, column 1] ----
1<div class="list__item search-item">
2 <div class="item__header">
3 <span class="material-icons"> <#if (icono_calendario.getData())??>
4 ${icono_calendario.getData()}
5</#if> </span>
6<#assign fecha_apertura_Data = getterUtil.getString(fecha_apertura.getData())>
7
8<#if validator.isNotNull(fecha_apertura_Data)>
9 <#assign fecha_apertura_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_apertura_Data, locale)>
10 <#assign diaA = dateUtil.getDate(fecha_apertura_DateObj, "dd", locale)
11 mesA = dateUtil.getDate(fecha_apertura_DateObj, "MMMM", locale)
12 anhoA = dateUtil.getDate(fecha_apertura_DateObj, "yyyy", locale)/>
13 <#assign fecha_ap = "Apertura: " + diaA + " de " + mesA + ", " + anhoA />
14 <#else>
15 <#assign fecha_ap = "Apertura: No Asignado" />
16</#if>
17
18
19<#assign fecha_cierre_Data = getterUtil.getString(fecha_cierre.getData())>
20
21<#if validator.isNotNull(fecha_cierre_Data)>
22 <#assign fecha_cierre_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_cierre_Data, locale)>
23 <#assign diaC = dateUtil.getDate(fecha_cierre_DateObj, "dd", locale)
24 mesC = dateUtil.getDate(fecha_cierre_DateObj, "MMMM", locale)
25 anhoC = dateUtil.getDate(fecha_cierre_DateObj, "yyyy", locale)/>
26 <#assign fecha_ci = " | Cierre: " + diaC + " de " + mesC + ", " + anhoC />
27 <#else>
28 <#assign fecha_ci = " | Cierre: No Asignado" />
29</#if>
30 <#assign fecha_total = fecha_ap + fecha_ci />
31 <span class="item__date"> ${fecha_total} </span>
32
33
34 <#if (estado.getData())??>
35 <#if estado.getData() = "Abierto">
36 <span class="label__success">${estado.getData()}</span>
37 <#elseif estado.getData() = "Cerrado">
38 <span class="label__error">${estado.getData()}</span>
39 <#else>
40 </#if>
41 </#if>
42
43 </div>
44
45 <h3 class="item__title"><#if (titulo.getData())??>
46 ${titulo.getData()}
47</#if> </h3>
48 <p class="item__description"> <#if (descripcion.getData())??>
49 ${descripcion.getData()}
50</#if></p>
51 <div class="item__link">
52
53
54
55<a href="${friendlyURL}"
56 class="link-more"
57 onclick="
58 Liferay.Util.openModal({
59 title: '${titulo.getData()?html}',
60 url: this.href,
61 id: 'mi-modal-custom'
62 });
63
64 setTimeout(() => {
65 const estilo = document.createElement('style');
66 estilo.innerHTML = `
67 #mi-modal-custom .modal-dialog {
68 position: fixed !important;
69 top: 50% !important;
70 left: 50% !important;
71 transform: translate(-50%, -50%) !important;
72 width: 60% !important;
73 height: 70% !important;
74 margin: 0 !important;
75 z-index: 1050 !important;
76 }
77
78 #mi-modal-custom .modal-content {
79 height: 100% !important;
80 overflow-y: auto !important;
81 border-radius: 12px !important;
82 }
83 `;
84 document.head.appendChild(estilo);
85 }, 500);
86
87 return false;">
88 Leer más
89</a>
90
91
92
93 </div>
94 </div>
The following has evaluated to null or missing: ==> fecha_apertura [in template "20097#20123#1478292" at line 6, column 53] ---- 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: #assign fecha_apertura_Data = getterU... [in template "20097#20123#1478292" at line 6, column 1] ----
1<div class="list__item search-item">
2 <div class="item__header">
3 <span class="material-icons"> <#if (icono_calendario.getData())??>
4 ${icono_calendario.getData()}
5</#if> </span>
6<#assign fecha_apertura_Data = getterUtil.getString(fecha_apertura.getData())>
7
8<#if validator.isNotNull(fecha_apertura_Data)>
9 <#assign fecha_apertura_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_apertura_Data, locale)>
10 <#assign diaA = dateUtil.getDate(fecha_apertura_DateObj, "dd", locale)
11 mesA = dateUtil.getDate(fecha_apertura_DateObj, "MMMM", locale)
12 anhoA = dateUtil.getDate(fecha_apertura_DateObj, "yyyy", locale)/>
13 <#assign fecha_ap = "Apertura: " + diaA + " de " + mesA + ", " + anhoA />
14 <#else>
15 <#assign fecha_ap = "Apertura: No Asignado" />
16</#if>
17
18
19<#assign fecha_cierre_Data = getterUtil.getString(fecha_cierre.getData())>
20
21<#if validator.isNotNull(fecha_cierre_Data)>
22 <#assign fecha_cierre_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_cierre_Data, locale)>
23 <#assign diaC = dateUtil.getDate(fecha_cierre_DateObj, "dd", locale)
24 mesC = dateUtil.getDate(fecha_cierre_DateObj, "MMMM", locale)
25 anhoC = dateUtil.getDate(fecha_cierre_DateObj, "yyyy", locale)/>
26 <#assign fecha_ci = " | Cierre: " + diaC + " de " + mesC + ", " + anhoC />
27 <#else>
28 <#assign fecha_ci = " | Cierre: No Asignado" />
29</#if>
30 <#assign fecha_total = fecha_ap + fecha_ci />
31 <span class="item__date"> ${fecha_total} </span>
32
33
34 <#if (estado.getData())??>
35 <#if estado.getData() = "Abierto">
36 <span class="label__success">${estado.getData()}</span>
37 <#elseif estado.getData() = "Cerrado">
38 <span class="label__error">${estado.getData()}</span>
39 <#else>
40 </#if>
41 </#if>
42
43 </div>
44
45 <h3 class="item__title"><#if (titulo.getData())??>
46 ${titulo.getData()}
47</#if> </h3>
48 <p class="item__description"> <#if (descripcion.getData())??>
49 ${descripcion.getData()}
50</#if></p>
51 <div class="item__link">
52
53
54
55<a href="${friendlyURL}"
56 class="link-more"
57 onclick="
58 Liferay.Util.openModal({
59 title: '${titulo.getData()?html}',
60 url: this.href,
61 id: 'mi-modal-custom'
62 });
63
64 setTimeout(() => {
65 const estilo = document.createElement('style');
66 estilo.innerHTML = `
67 #mi-modal-custom .modal-dialog {
68 position: fixed !important;
69 top: 50% !important;
70 left: 50% !important;
71 transform: translate(-50%, -50%) !important;
72 width: 60% !important;
73 height: 70% !important;
74 margin: 0 !important;
75 z-index: 1050 !important;
76 }
77
78 #mi-modal-custom .modal-content {
79 height: 100% !important;
80 overflow-y: auto !important;
81 border-radius: 12px !important;
82 }
83 `;
84 document.head.appendChild(estilo);
85 }, 500);
86
87 return false;">
88 Leer más
89</a>
90
91
92
93 </div>
94 </div>
The following has evaluated to null or missing: ==> fecha_apertura [in template "20097#20123#1478292" at line 6, column 53] ---- 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: #assign fecha_apertura_Data = getterU... [in template "20097#20123#1478292" at line 6, column 1] ----
1<div class="list__item search-item">
2 <div class="item__header">
3 <span class="material-icons"> <#if (icono_calendario.getData())??>
4 ${icono_calendario.getData()}
5</#if> </span>
6<#assign fecha_apertura_Data = getterUtil.getString(fecha_apertura.getData())>
7
8<#if validator.isNotNull(fecha_apertura_Data)>
9 <#assign fecha_apertura_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_apertura_Data, locale)>
10 <#assign diaA = dateUtil.getDate(fecha_apertura_DateObj, "dd", locale)
11 mesA = dateUtil.getDate(fecha_apertura_DateObj, "MMMM", locale)
12 anhoA = dateUtil.getDate(fecha_apertura_DateObj, "yyyy", locale)/>
13 <#assign fecha_ap = "Apertura: " + diaA + " de " + mesA + ", " + anhoA />
14 <#else>
15 <#assign fecha_ap = "Apertura: No Asignado" />
16</#if>
17
18
19<#assign fecha_cierre_Data = getterUtil.getString(fecha_cierre.getData())>
20
21<#if validator.isNotNull(fecha_cierre_Data)>
22 <#assign fecha_cierre_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_cierre_Data, locale)>
23 <#assign diaC = dateUtil.getDate(fecha_cierre_DateObj, "dd", locale)
24 mesC = dateUtil.getDate(fecha_cierre_DateObj, "MMMM", locale)
25 anhoC = dateUtil.getDate(fecha_cierre_DateObj, "yyyy", locale)/>
26 <#assign fecha_ci = " | Cierre: " + diaC + " de " + mesC + ", " + anhoC />
27 <#else>
28 <#assign fecha_ci = " | Cierre: No Asignado" />
29</#if>
30 <#assign fecha_total = fecha_ap + fecha_ci />
31 <span class="item__date"> ${fecha_total} </span>
32
33
34 <#if (estado.getData())??>
35 <#if estado.getData() = "Abierto">
36 <span class="label__success">${estado.getData()}</span>
37 <#elseif estado.getData() = "Cerrado">
38 <span class="label__error">${estado.getData()}</span>
39 <#else>
40 </#if>
41 </#if>
42
43 </div>
44
45 <h3 class="item__title"><#if (titulo.getData())??>
46 ${titulo.getData()}
47</#if> </h3>
48 <p class="item__description"> <#if (descripcion.getData())??>
49 ${descripcion.getData()}
50</#if></p>
51 <div class="item__link">
52
53
54
55<a href="${friendlyURL}"
56 class="link-more"
57 onclick="
58 Liferay.Util.openModal({
59 title: '${titulo.getData()?html}',
60 url: this.href,
61 id: 'mi-modal-custom'
62 });
63
64 setTimeout(() => {
65 const estilo = document.createElement('style');
66 estilo.innerHTML = `
67 #mi-modal-custom .modal-dialog {
68 position: fixed !important;
69 top: 50% !important;
70 left: 50% !important;
71 transform: translate(-50%, -50%) !important;
72 width: 60% !important;
73 height: 70% !important;
74 margin: 0 !important;
75 z-index: 1050 !important;
76 }
77
78 #mi-modal-custom .modal-content {
79 height: 100% !important;
80 overflow-y: auto !important;
81 border-radius: 12px !important;
82 }
83 `;
84 document.head.appendChild(estilo);
85 }, 500);
86
87 return false;">
88 Leer más
89</a>
90
91
92
93 </div>
94 </div>
The following has evaluated to null or missing: ==> fecha_apertura [in template "20097#20123#1478292" at line 6, column 53] ---- 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: #assign fecha_apertura_Data = getterU... [in template "20097#20123#1478292" at line 6, column 1] ----
1<div class="list__item search-item">
2 <div class="item__header">
3 <span class="material-icons"> <#if (icono_calendario.getData())??>
4 ${icono_calendario.getData()}
5</#if> </span>
6<#assign fecha_apertura_Data = getterUtil.getString(fecha_apertura.getData())>
7
8<#if validator.isNotNull(fecha_apertura_Data)>
9 <#assign fecha_apertura_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_apertura_Data, locale)>
10 <#assign diaA = dateUtil.getDate(fecha_apertura_DateObj, "dd", locale)
11 mesA = dateUtil.getDate(fecha_apertura_DateObj, "MMMM", locale)
12 anhoA = dateUtil.getDate(fecha_apertura_DateObj, "yyyy", locale)/>
13 <#assign fecha_ap = "Apertura: " + diaA + " de " + mesA + ", " + anhoA />
14 <#else>
15 <#assign fecha_ap = "Apertura: No Asignado" />
16</#if>
17
18
19<#assign fecha_cierre_Data = getterUtil.getString(fecha_cierre.getData())>
20
21<#if validator.isNotNull(fecha_cierre_Data)>
22 <#assign fecha_cierre_DateObj = dateUtil.parseDate("yyyy-MM-dd", fecha_cierre_Data, locale)>
23 <#assign diaC = dateUtil.getDate(fecha_cierre_DateObj, "dd", locale)
24 mesC = dateUtil.getDate(fecha_cierre_DateObj, "MMMM", locale)
25 anhoC = dateUtil.getDate(fecha_cierre_DateObj, "yyyy", locale)/>
26 <#assign fecha_ci = " | Cierre: " + diaC + " de " + mesC + ", " + anhoC />
27 <#else>
28 <#assign fecha_ci = " | Cierre: No Asignado" />
29</#if>
30 <#assign fecha_total = fecha_ap + fecha_ci />
31 <span class="item__date"> ${fecha_total} </span>
32
33
34 <#if (estado.getData())??>
35 <#if estado.getData() = "Abierto">
36 <span class="label__success">${estado.getData()}</span>
37 <#elseif estado.getData() = "Cerrado">
38 <span class="label__error">${estado.getData()}</span>
39 <#else>
40 </#if>
41 </#if>
42
43 </div>
44
45 <h3 class="item__title"><#if (titulo.getData())??>
46 ${titulo.getData()}
47</#if> </h3>
48 <p class="item__description"> <#if (descripcion.getData())??>
49 ${descripcion.getData()}
50</#if></p>
51 <div class="item__link">
52
53
54
55<a href="${friendlyURL}"
56 class="link-more"
57 onclick="
58 Liferay.Util.openModal({
59 title: '${titulo.getData()?html}',
60 url: this.href,
61 id: 'mi-modal-custom'
62 });
63
64 setTimeout(() => {
65 const estilo = document.createElement('style');
66 estilo.innerHTML = `
67 #mi-modal-custom .modal-dialog {
68 position: fixed !important;
69 top: 50% !important;
70 left: 50% !important;
71 transform: translate(-50%, -50%) !important;
72 width: 60% !important;
73 height: 70% !important;
74 margin: 0 !important;
75 z-index: 1050 !important;
76 }
77
78 #mi-modal-custom .modal-content {
79 height: 100% !important;
80 overflow-y: auto !important;
81 border-radius: 12px !important;
82 }
83 `;
84 document.head.appendChild(estilo);
85 }, 500);
86
87 return false;">
88 Leer más
89</a>
90
91
92
93 </div>
94 </div>
HISTÓRICO DE CONCURSOS PARA PASANTÍAS.
LA SUBSECRETARIA DE ESTADO DE TRIBUTACION LLAMA A CONCURSO PARA PASANTÍA UNIVERSITARIA, CON LA UNIVERSIDAD AUTÓNOMA DE ASUNCIÓN (UAA)
Concurso de Pasantías Universitarias 2023
Mediante el programa de pasantías universitarias brindaremos la posibilidad de iniciar una práctica laboral seleccionado a los mejores candidatos a través de un proceso de selección y evaluación.
CONCURSO PARA PASANTÍA UNIVERSITARIA 2019
LA SET LLAMA A CONCURSO PARA PASANTÍA UNIVERSITARIA 2019
CONCURSO DE MÉRITOS PARA CONTRATACIÓN 2018
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN LLAMA A CONCURSO DE MÉRITOS PARA CONTRATACIÓN 2018
CONCURSO INTERNO INSTITUCIONAL AD REFERENDUM PARA LA DESPRECARIZACIÓN LABORAL 2018
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN LLAMA A CONCURSO INTERNO INSTITUCIONAL AD REFERENDUM PARA LA DESPRECARIZACIÓN LABORAL.
CONCURSO DE MÉRITOS PARA CONTRATACIÓN 2017-2018 (AD REFERÉNDUM).
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN LLAMA A CONCURSO DE MÉRITOS PARA CONTRATACIÓN 2017-2018 (AD REFERÉNDUM)
CONCURSO DE MÉRITOS PARA CONTRATACIÓN - JULIO 2017
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN LLAMA A CONCURSO DE MÉRITOS PARA CONTRATACIÓN 2017
CONCURSO INTERNO (DESPRECARIZACIÓN LABORAL) - MAYO 2016
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN CONJUNTAMENTE CON EL MINISTERIO DE HACIENDA LLAMA A CONCURSO INTERNO INSTITUCIONAL AD REFERENDUM PARA LA DESPRECARIZACIÓN LABORAL
CONCURSO DE OPOSICION INTERNO INSTITUCIONAL PARA CUBRIR CARGOS DE COORDINACIONES Y JEFATURAS 2019
LA SUBSECRETARIA DE ESTADO DE TRIBUTACION LLAMA A CONCURSO DE OPOSICION INTERNO INSTITUCIONAL PARA CUBRIR CARGOS DE COORDINACIONES Y JEFATURAS SEGUNDA CONVOCATORIA
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN LLAMA A CONCURSO DE OPOSICIÓN INTERNO INSTITUCIONAL PARA LA DESPRECARIZACIÓN LABORAL 2022.
LA SUBSECRETARÍA DE ESTADO DE TRIBUTACIÓN LLAMA A CONCURSO DE MÉRITOS PARA CONTRATACIÓN 2019
Concurso de Publico de Oposición Para Personas con Discapacidad
La Dirección Nacional de Ingresos Tributarios llama a Concurso de Publico de oposición para Personas con Discapacidad (PcD)
Concurso Interno de Desprecarización Laboral
Se encuentra abierta la Convocatoria del Concurso Interno Institucional para la Desprecarización Laboral, dirigida exclusivamente a empleados públicos de la DNIT contratados con al menos 4 (cuatro) años de antigüedad en la institución al 31/12/2025, conforme a la declaración jurada de identificación de postulantes y a las bases y condiciones publicadas en el Portal Paraguay Concursa.