{{extend 'layout.html'}}
| {{=A(T('ID'), _href='id')}} | {{=A(T('Description'), _href='popis')}} | {{=A(T('Classroom no.'), _href='mistnost')}} | {{=A(T('Teacher'), _href='prijmeni')}} | {{=T('Count of students')}} |
|---|---|---|---|---|
| {{=A(str(i.VYUCOVANI.id), _href=URL('vyucovani_edit/VYUCOVANI/'+str(i.VYUCOVANI.id)))}} | {{=i.VYUCOVANI.POPIS}} | {{=i.VYUCOVANI.MISTNOST}} | {{=i.auth_user.last_name + ' ' + i.auth_user.first_name}} | {{=A(str(pocet_studentu[j]), _href=URL('vyucovani_edit_student_list/'+str(i.VYUCOVANI.id)))}}{{j+=1}} |