## -*- coding: utf-8 -*- <%inherit file="/base/base.html"/> <%block name="title"> ${_('%s Branches') % c.repo_name} <%def name="breadcrumbs_links()"> ${_('Branches')} <%block name="header_menu"> ${self.menu('repositories')} <%def name="main()"> ${self.repo_context_bar('switch-to')}
${self.breadcrumbs()}
%if c.repo_branches:
${_('Compare Branches')}
%endif
<%include file='branches_data.html'/>