diff --git a/app/Resources/views/memorando/ascenso.html.twig b/app/Resources/views/memorando/ascenso.html.twig
index 7a88497..d13b900 100644
--- a/app/Resources/views/memorando/ascenso.html.twig
+++ b/app/Resources/views/memorando/ascenso.html.twig
@@ -121,7 +121,7 @@
Área Académica: |
- {{ adscripcion.idLineaInvestigacion.idAreaInvestigacion }} |
+ {{ adscripcion.idLineaInvestigacion.idAreaInvestigacion }} |
Eje Geopolítico: |
@@ -160,15 +160,19 @@
{{ ascenso.idRolInstitucion.idRol.idPersona }}
{{ ultimaEscala.idEscala }}
- {{ ascenso.tituloTrabajo }} |
+
+ Trabajo tipo {{ ascenso.tipoTrabajoInvestigacion }}:
+ {{ ascenso.tituloTrabajo }}
+ {% if ascenso.pertinencia %}
+
Se anexa informe de pertinencia
+ {% endif %}
+ |
- {% set break = false %}
-
+ {% set break = false %}
{% for tutores in ascenso.tutoresAscenso if not break %}
{% if loop.index == 4 %} {% set break = true %} {% endif %}
- - {{ tutores }}
- {% endfor %}
-
+ {{ tutores }}
+ {% endfor %}
|
|