{% if items | length > 0 %} {% for item in items %}

{{ item['name'] }}

{{ item.render() }}
{% endfor %} {% endif %}