应用名称:{{app_service_group.group_share_alias}}
分享状态:分享中
分享明细
{% for service in need_published_service %}
{% with app=service_id_app_map|mkey:service.service_id %}
-
{{app.app_alias}}
分享中
{% endwith %}
{% endfor %}
{% for service in no_need_published_service %}
{% with app=service_id_app_map|mkey:service.service_id%}
-
{{app.app_alias}}
云市安装的应用,无需分享
{% endwith %}
{% endfor %}