{% extends "base.html" %} {% block title %}Autotest Nubes{% endblock %} {% block content %}
| Имя | instanceUid | Сервис | Статус |
|---|---|---|---|
| {{ organization.displayName }} | {{ organization.instanceUid }} | {{ organization.svc }} | {{ organization.state.explainedStatus or "OK" }} |
{% if error %}Ошибка: {{ error }}{% else %}Организация не найдена.{% endif %}