{% if additional_description %}
{{additional_description}}
{% endif %}
{% for project, hosts in grouped_hosts_obj %}
=====((https://wall-e.yandex-team.ru/project/{{project}} {{project}}))
    {% for host in hosts %}
  * **((https://wall-e.yandex-team.ru/host/{{host.inv}} {{host.name}}))** (((https://setup.yandex-team.ru/?name={{ host.name }} Setup)), ((https://eine.yandex-team.ru/computers/inventory/{{host.inv}} Eine)), ((https://grafana.yandex-team.ru/d/000006280/itdc-alldc-node-detail?refresh=1m&orgId=1&from=now-7d&to=now&var-CITY=*&var-SITE=*&var-MODULE=*&var-RACK=*&var-NODE={{host.inv}} Grafana))) :
      {% if host.messages.get("dmc", {})|length > 1 -%}
          {%- for message in host.messages.dmc -%}
    * {{- message.message -}}
          {% endfor %}
      {% elif host.messages.get("dmc", {})|length == 1 -%}
    {{- host.messages.dmc[0].message -}}
      {%- endif %}
    {% endfor %}
{% endfor %}
----
Тикет был заведён из ((https://wall-e.yandex-team.ru интерфейса walle))
