%namespace name="base" file="/base/base.html"/> <% elems = [ (_('Owner'), lambda:base.gravatar_with_user(c.repo_info.user.email), '', ''), (_('Created on'), h.format_date(c.repo_info.created_on), '', ''), (_('Updated on'), h.format_date(c.repo_info.updated_on), '', ''), (_('Cached Commit id'), lambda: h.link_to(c.repo_info.changeset_cache.get('short_id'), h.url('changeset_home',repo_name=c.repo_name,revision=c.repo_info.changeset_cache.get('raw_id'))), '', ''), ] %>
${ungettext('This repository has %s fork.', 'This repository has %s forks.', c.repo_info. forks.count()) % c.repo_info.forks.count()} | %if c.repo_info.forks.count(): %endif | %if c.repo_info.forks.count(): %endif |