## -*- coding: utf-8 -*- %if c.users_log: %for cnt,l in enumerate(c.users_log): %endfor
${_('Username')} ${_('Repository')} ${_('Action')} ${_('Date')}
${l.user.username} ${l.repository} ${l.action} ${l.action_date}

${c.users_log.pager('$link_previous ~2~ $link_next', onclick="""YAHOO.util.Connect.asyncRequest('GET','$partial_url',{ success:function(o){YAHOO.util.Dom.get(data_div).innerHTML=o.responseText; YAHOO.util.Event.addListener(YAHOO.util.Dom.getElementsByClassName('pager_link'),"click",function(){ YAHOO.util.Dom.setStyle(data_div,'opacity','0.3');}); YAHOO.util.Dom.setStyle(data_div,'opacity','1');}},null); return false;""")}

%else: ${_('No actions yet')} %endif