%namespace name="base" file="/base/base.mako"/> % if c.authors:
<% rc_user = h.discover_user(user) %> % if not c.file_author: ${base.gravatar(email, 16, user=rc_user, tooltip=True)} % endif - ${h.age_component(c.file_last_commit.date)} - ${_('Load All Authors')} % elif c.file_last_commit.author_email==email: (${_('last author')}) % endif | % if c.file_author:
% if not c.file_author:
% if commits == 1:
${commits} ${_('Commit')}
% else:
${commits} ${_('Commits')}
% endif
% endif
|