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