{% extends 'www/raster2.html' %} {% load i18n %} {% load staticfiles %} {% block extracss %} {{ block.super }} {% endblock %} {% block main-content%} 创建组应用 1组信息 2创建应用 3应用设置 {% for service in service_list %} {{service.service_name}} {% endfor %} {% for service in service_list %} 应用名 {% endfor %} {% if success %} 下一步 {% else %} 该组应用包含的应用有未找到的应用,请联系管理员 {% endif%} {% endblock %} {% block extrajs %} {% endblock %}
1组信息
2创建应用
3应用设置
{% if success %} 下一步 {% else %} 该组应用包含的应用有未找到的应用,请联系管理员 {% endif%}