{% extends 'www/raster.html' %}{% load i18n %} {% load crispy_forms_tags %} {% block main-content %} 设置服务依赖 {% if errors %} × {% blocktrans count counter=errors|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %} {{ form.non_field_errors }} {% endif %} {% csrf_token %} 依赖服务 {% if suffix %} {% for x in suffix %} {{x.dep_app_alias}}-{{x.dep_app_version}} X {% endfor %} {% endif %} 被依赖服务 {% if prefix %} {% for x in prefix %} {{x.app_alias}}-{{x.app_version}} X {% endfor %} {% endif %} 服务节点* {% for service in relationlist %} {{service.app_alias}}-{{service.app_version}} {% endfor %} 依赖服务 被依赖服务 {% endblock %} {% block extrajs %} {% endblock %}