{if $this->tienePermiso()} {literal} {/literal}

Pase de lista

Sesión: {$this->fecha_formato($this->lasesion->fecha)} a las {$this->lasesion->fecha|date_format:"%I:%M %p"}

{if $this->tipo eq 1} {foreach from=$this->equipos item=e} {foreach from=$this->getUsuariosEquipo($e.id_equipo) item=u key=i} {/foreach}
Nombre A/F/R
{$u.usuario}
{$u.nombre}
{/foreach}
{else} {foreach from=$this->getUsuariosCurso($this->tipo) item=u} {/foreach}
Nombre Asistencia/falta/retardo
{$u.usuario}
{$u.nombre}
{/if}
{else}
{if $this->equipo} {if $this->tipo_asistencia == 1}

Equipo: {$this->equipo->nombre}

{else}

SADECI: {$this->sadeci}

{/if}

Sesión: {$this->fecha_formato($this->lasesion->fecha)} a las {$this->lasesion->fecha|date_format:"%I:%M %p"}

{if $this->sesion_equipo->id_usuario != 0} Asistencia tomada por: {$this->sesion_equipo->nombre} a las {$this->sesion_equipo->fecha|date_format:"%I:%M %p"} {/if}
Apartir de 15min los alumnos tendran retardo automáticamente, y despúes de pasada 1hr ya no podrá pasar lista.
{foreach from=$this->usuarios item=u} {/foreach}
Nombre A/F/R
{$u.usuario}
{$u.nombre}
{if !$this->vencio} {else} {if $u.asistencia == 2} Retardo {elseif $u.asistencia == 1}Asistencia {else}Falta {/if} {/if}

{if !$this->vencio}

{/if}
{else}
No perteneces a ningun equipo.
{/if}
{/if}