{% load entity_renderer %}
{{ component.field_data.title }}
{% if component.value|length %} {% for c in component.value %} {{ c.name }} {% endfor %} {% else %} No data {% endif %}