<%page args="parent,group_name=''" />
${parent.breadcrumbs()} 0 ${_('repositories')}
%if c.authuser.username != 'default': %endif
% if c.groups:
## ## REPO GROUPS % for gr in c.groups: ## this is commented out since for multi nested repos can be HEAVY! ## in number of executed queries during traversing uncomment at will ## % endfor
${_('Group Name')} ${_('Description')}${_('Number of Repositories')}
${h.urlify_text(gr.group_description, stylize=c.visual.stylify_metatags)}${gr.repositories_recursive_count}
% endif <%cnt=0%> <%namespace name="dt" file="/data_table/_dt_elements.html"/>