%inherit file="/summary/base.html"/>
<%namespace name="components" file="/summary/components.html"/>
<%def name="main()">
${self.repo_page_title(c.rhodecode_db_repo)}
${components.summary_detail(breadcrumbs_links=self.breadcrumbs_links(), show_downloads=False)}
${components.summary_stats(gravatar_function=self.gravatar_with_user)}
Missing requirements
These commits cannot be displayed, because this repository uses the Mercurial largefiles extension, which was not enabled.
Please
enable this extension in settings, or contact the repository owner for help.
%def>
<%def name="menu_bar_subnav()">
${self.repo_menu(active='summary')}
%def>