${_('Licenses of Third Party Packages')}

RhodeCode Enterprise uses various third party packages, many of them provided by the open source community.

% if c.opensource_licenses: %for product, licenses in c.opensource_licenses.items(): %endfor
Product License
${product} ${h.literal(', '.join([ '%(name)s' % {'link':link, 'name':name} if link else name for name,link in licenses.items()]))}
% endif