{{ block.title }}

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