{% for item in items %}
{{ item.label }}
{% if item.slots['#markup'] is not empty %}
{{ item.slots }}
{% endif %}
{% if item.comments['#markup'] is not empty %}
{% endif %}
{% endfor %}
{% if schema %}
{% for meta in schema %}
{% endfor %}
{% endif %}