#{extends 'main.html' /} #{set title:'Home' /}

#{ifnot eventos} &{'showEventos.noEventos'} #{/ifnot} #{list items:eventos, as:'evento'}
${evento.fecha}
${evento.titulo}
&{'showEventos.representante'} #{if evento.mesa.representante} ${evento.mesa.representante.nombre} #{/if}

#{/list}
#{if masEventos} #{/if}