## -*- coding: utf-8 -*-
  • %for repo in c.repos_list:
  • %if repo['dbrepo']['private'] and c.visual.show_private_icon: ${_('Private repository')} %elif not repo['dbrepo']['private'] and c.visual.show_public_icon: ${_('Public repository')} %endif ${h.link_to(repo['name'],h.url('summary_home',repo_name=repo['name']),class_="repo_name %s" % repo['dbrepo']['repo_type'])}
  • %endfor