{% from "frappe/templates/includes/avatar_macro.html" import avatar %}
{%- if title -%}

{{ title }}

{%- endif -%} {%- if subtitle -%}

{{ subtitle }}

{%- endif -%}
{%- for testimonial in testimonials -%}
{%- if testimonial.content -%}

{{ testimonial.content }}

{%- endif -%}
{{ avatar(full_name=testimonial.full_name, image=testimonial.image, size='avatar-medium') }}

{{ testimonial.full_name }} {%- if testimonial.designation -%}
{{ testimonial.designation }} {%- endif -%}

{%- endfor -%}