diff --git a/app/Resources/views/cea/index.html.twig b/app/Resources/views/cea/index.html.twig
index 793595f..5208554 100644
--- a/app/Resources/views/cea/index.html.twig
+++ b/app/Resources/views/cea/index.html.twig
@@ -27,6 +27,21 @@
{%endif %}
+ {% if tiempoProxEscalafon %}
+ {% if suffix == '' %}
+
+ Estimado docente, le recordamos que para solicitar ascenso aun le faltan:
+ {% else %}
+
+ Estimado docente ya tiene el tiempo para solicitar ascenso desde hace:
+ {% endif %}
+
+ {% if tiempoProxEscalafon.y > 0 %} {{ tiempoProxEscalafon.y }} año/s {% endif %}
+ {% if tiempoProxEscalafon.m > 0 %} {{ tiempoProxEscalafon.m }} mes/es y {% endif %}
+ {% if tiempoProxEscalafon.d > 0 %} {{ tiempoProxEscalafon.d }} día/s {% endif %}
+
+
+ {% endif %}