%! def inherit( context ): if not context.get('base_tpl'): return '/base_saas.html' else: return context.get('base_tpl') %> <%inherit file="${inherit(context)}"/> <%block name="right_content"> % if base_tpl != "/base_center.html":
${_(u'蓝鲸应用包:又称为APP包,SaaS包,可从“蓝鲸S-mart”获取')}
${_(u'当前状态:"开发中","测试中","已上线","已下架"')}
${_(u'上传成功后,可以到"发布部署"页面,将应用部署到测试环境或正式环境')}