%inherit file="/summary/base.html"/>
<%namespace name="components" file="/summary/components.html"/>
<%def name="menu_bar_subnav()">
${self.repo_menu(active='summary')}
%def>
<%def name="main()">
${self.repo_page_title(c.rhodecode_db_repo)}
-
%if c.rhodecode_user.username != h.DEFAULT_USER:
%else:
%endif
${components.summary_detail(breadcrumbs_links=self.breadcrumbs_links(), show_downloads=True)}
${components.summary_stats(gravatar_function=self.gravatar_with_user)}
%if not c.repo_commits:
${_('Quick start')}
%endif
<%include file='../changelog/changelog_summary_data.html'/>
%if c.readme_data:
%endif
%def>