{{ block.title }}

{% for item in block["items"] %}
{{ item.label }}
{{ item.value }}
{% if item.status %} {{ item.status }} {% endif %}
{% endfor %}