##// END OF EJS Templates
i18n: updated translation for Russian...
i18n: updated translation for Russian Currently translated at 100.0% (1087 of 1087 strings)

File last commit:

r6274:19f15cde default
r8091:b6839376 default
Show More
index.html
14 lines | 272 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%block name="title">
${_('Repositories')}
</%block>
<%block name="header_menu">
${self.menu('repositories')}
</%block>
<%def name="main()">
<%include file="index_base.html" args="parent=self"/>
</%def>