{% set arregloResultado = hito.estado_resultado | split(' ') %} {% set presentismo = arregloResultado[1] %} {% set aprobado = arregloResultado[3] %} {% set nota = arregloResultado[5] %} {% set datoExtra = arregloResultado[6] is defined ? arregloResultado[6] : null %} {% if aprobado %} {% set class_color = 'green-text' %} {% else %} {% set class_color = 'red-text' %} {% endif %} {% if not presentismo and not aprobado %} {% set nota = '--' %} {% endif %}
{{ hito.cargo }}