{% if quote %}
{{ quote }}
{% else %}
No testimonial provided.
{% endif %}
{% if headshot %}{{ name|default:{% else %}{% endif %}
{% if name %}
{{ name }}
{% endif %}{% if role or company %}
{% if role and company %}{{ role }}, {{ company }}{% elif role %}{{ role }}{% else %}{{ company }}{% endif %}
{% endif %}
{% if logo %}{% endif %}