1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"
3 py:extends="'../../../templates/master.kid'">
5 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
10 <h1>Agregar desde Archivo - Resultados</h1>
12 <h2>Se agregagon con éxito los siguientes alumnos</h2>
14 <li py:for="i in ok">${i[1]}</li>
17 <h2>No se pudieron agregar los siguientes alumnos</h2>
19 <li py:for="i in fail">${i[1]} - ${i[4]}</li>
22 <a href="${tg.url('/alumno/list')}">Volver</a>