<% elems = [ (_('Kallithea version'), c.kallithea_version, ''), (_('Kallithea configuration file'), c.ini['__file__'], ''), (_('Python version'), c.py_version, ''), (_('Platform'), c.platform, ''), (_('Git version'), c.git_version, ''), (_('Git path'), c.ini.get('git_path'), ''), ] %>
%for dt, dd, tt in elems:
${dt}:
${dd}
%endfor

${_('Python Packages')}

%for key, value in c.modules: %endfor
${key} ${value}