Если значение пустое, используется текущий primary-аккаунт. Автоматического fallback на другие аккаунты нет.
{% if notification_target.state == "available" %}

Активно {{ notification_target.message }}

{% else %}

Недоступно {{ notification_target.message }}

{% endif %} {% if notification_bot %}

Notification bot: @{{ notification_bot.bot_username }} {% if notification_bot.bot_id %}(ID {{ notification_bot.bot_id }}){% endif %}

{% if notification_target.state == "available" %}
{% endif %}
{% elif notification_bot_error %}

{{ notification_bot_error }}

{% else %}

Для выбранного аккаунта notification bot ещё не настроен.

{% endif %}