{% for row in rows %}
{% set fid = row.content['#row']._entity.get('field_image').target_id %}
{% endfor %}
{% for row in rows %}
{% set stars = int(row.content['#row']._entity.get('field_stars').value) %} {% for i in 1..stars %}
{% endfor %} {% if(5-stars != 0) %} {% for j in 1..(5-stars) %}
{% endfor %} {% endif %}
{{ row.content['#row']._entity.get('body').value|raw }}

{{ row.content['#row']._entity.get('title').value|raw }}

{{ row.content['#row']._entity.get('field_testimonial_position').value|raw }}
{% endfor %}