OK
{% if receiver['webhook'] is defined and receiver['webhook']|length > 0 %}
alert_route_to_bot: {% for bot in receiver['webhook'] %}{{ bot }}{% if not loop.last %},{% endif %}{% endfor %}
{% endif %}
annotations:
но в результате получается:
alert_route_to_bot: telegram annotations:
Почему в рез-те выполнения данного цикла строчка следующая за ним "подтягивается",а не остается ниже? Спасибо