{{ block.title }}

{% if block.state != "normal" %} {{ block.state }} {% endif %}
{% if block.state != "normal" %}
Block state: {{ block.state }}
{% endif %}
{% for item in block.payload['items'] %}
{{ item['label'] }}
{{ item['value'] }}
{% if item.get('status') %}
{{ item['status'] }}
{% endif %}
{% endfor %}