{# sin dependencias #} {% set tareaanterior=null %} {% set tareacurrent=tarea[0] %} {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %} {% for tareadep in tareas %} {% if not tareadep.invisible %} {% for tusuario in tareadep.getTareaUsuario %} {% if tusuario.greenEntrepreneur.id==app.user.id or (ge is defined and tusuario.greenEntrepreneur.id==ge.id) %} {% if tusuario.completada==true %} {% if tareadep.position < tareacurrent.position %} {% set tareaanterior=tareadep %} {% endif %} {% endif %} {% endif %} {% endfor %} {% else %} {% if tarea[0].alias starts with 'exercise14'%} {% if tareadep.position < tareacurrent.position %} {% set tareaanterior=tareadep %} {% endif %} {% endif %} {% endif %} {% endfor %}