{{
if len(uzivatele)>1:
text = 'Agree with commit'
else:
text = 'Commit project'
pass
response.write(A(T(text), _href='javascript:potvrzeni("' + T('Sure you want to do this?') + '", "' + URL('projekt_zmena_stavu') + '")', _onMouseover="return hidestatus()"))
}}