In that way it not work, but I tried this:

{{for postulacion in lista_postulaciones:}}
                 {{represent =*db.postulaciones.estado_postulacion.represent
*}}
                 <tr>
                     <td>{{=postulacion.postulaciones.id}}</td>
                    
 <td>{{=postulacion.postulaciones.fecha_postulacion}}</td>
                     <td>{{=represent(*
postulacion.postulaciones.estado_postulacion*)}}</td>

and it works :)

Thanks a lot!

ps: is this the right way or the best way to do it?

Reply via email to