{% if has_user_token %} {% endif %} {% if error %}{{ error }}{% endif %}
{% if organization %}
Организация
Имя{{ organization.displayName }}
UID{{ organization.instanceUid }}
Статус{{ organization.explainedStatus or "OK" }}
{% endif %} {% if instances %}
Инстансы ({{ instances|length }})
{% for i in instances %} {% endfor %}
{{ i.displayName }} {{ i.svc }} {{ i.explainedStatus or "?" }}
{% endif %}
{% if services %}
Сервисы ({{ services|length }})
{% endif %}