%inherit file="/base_app.html"/> <%block name="right_content"> % if app:
| ${_(u'测试环境')} % if app.is_already_test and app.state not in [1]: ${_(u'正在运行')} % else: % if not app.is_already_test and app.state not in [1]: ${_(u'已下架')} % else: ${_(u'未部署')} % endif % endif % if app.is_already_test and app.state not in [1]: ${_(u'马上访问')} % else: ${_(u'马上访问')} % endif | ${_(u'正式环境')} % if app.is_already_online and app.state not in [0, 1]: ${_(u'正在运行')} % else: % if not app.is_already_online and app.state in [0]: ${_(u'已下架')} % else: ${_(u'未部署')} % endif % endif % if app.is_already_online and app.state not in [0, 1]: ${_(u'马上访问')} % else: ${_(u'马上访问')} % endif |