{{extend 'layout.html'}}
{{=T('Changes will be applied for') + ' ' + str(session.pocet_vytvorenych) + ' ' + T('students') + '.'}}
| {{=T('Course')}} | {{=T('Class')}} | {{=T('Teacher')}} | {{=T('Delete')}} |
|---|---|---|---|
| {{=prirazeny_predmet[i]}} | {{=prirazene_vyucovani[i]}} | {{=ucitel[i]}} | {{=A(T('Delete'), _href=URL('uzivatel_assign_moznosti_smazat/' + str(smazat_id[i])))}} |