{% if block.state != "normal" %}
{% if locale == 'ru' %}Состояние блока:{% else %}Block state:{% endif %} {{ block.state }}
{% endif %}
{% for item in block.payload['items'] %}
{{ item['label'] }}
{{ item['value'] }}
{% if item.get('status') %}
{{ item['status'] }}
{% endif %}
{% endfor %}