<%inherit file="/base_center.html"/> <%block name="right_content">
${_(u'版本信息')}
% if all_production: % for i in all_production: % endfor % else: % endif
${_(u'产品名称')} ${_(u'产品编码')} ${_(u'版本')}
${i.get('name', '--')} ${i.get('code', '--')} ${i.get('version', '--')}
${_(u'没有版本信息')}