{{extend 'layout.html'}}
{{=last_login}} {{if auth.has_membership('ucitel'):}}
{{=T('There is no projects commited since last login.')}} {{else:}}
| {{=A(T('ID'), _href='id')}} | {{=A(T('Project\'s name'), _href='nazev')}} | {{=A(T('Deadline'), _href='termin_odevzdani')}} | {{=A(T('State'), _href='stav')}} | {{=A(T('Classification'), _href='hodnoceni')}} | |
|---|---|---|---|---|---|
| {{=A(i.PROJEKT.id, _href=URL(request.application, 'ucitel', 'projekt_edit/PROJEKT/'+str(i.PROJEKT.id)))}} | {{=i.PROJEKT.NAZEV}} | {{=i.PROJEKT.TERMIN_ODEVZDANI}} | {{if i.STAV.PORADI==3:}}{{elif i.STAV.PORADI==2:}} | {{pass}} {{=i.STAV.VYZNAM}} | {{=i.PROJEKT.HODNOCENI}} |
{{=T('Courses and classes you\'re registered in')}}{{if len(vyucovani)==0:}}{{=T('There is no registration.')}} {{else:}}
|
{{=T('Projects you\'re working on')}}{{if len(projekty)==0:}}{{=T('There is no projects.')}} {{else:}}
|