{% for item in page.customer %}

{{ item.t_description }}

{% if item.i_author_image %} {% picture author_pic pages/{{ item.i_author_image }} alt="{{ item.i_author_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="testimonial-img rounded-circle" %} {% endif %}

{{item.t_author}}

{{ item.t_address }}

{% if item.p_video %}
{% picture width_70 pages/customer-video-play.png alt="{{ "customer-video-play.png" | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %}
{% endif %}
{% picture width_1000 pages/{{item.i_image}} alt="{{ item.i_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %}
{% endfor %}