{% load testimonial_tags %}
{% filter truncatewords:"20" %} {{ testimonial.testimonial|striptags|safe }} {% endfilter %}
{{ testimonial.first_name }} {{ testimonial.last_name }} {% if testimonial.title %} – {{ testimonial.title }} {% endif %} {% if testimonial.company %} – {{ testimonial.company }} {% endif %}
{% if testimonial.website %}{{ testimonial.website|urlize }}
{% endif %} {% if testimonial.country or testimonial.city or testimonial.state %}{% if testimonial.city %} {{ testimonial.city }} {% endif %} {% if testimonial.state and testimonial.city %} , {{ testimonial.state }} {% else %} {{ testimonial.state }} {% endif %} {% if testimonial.country %} {{ testimonial.country }} {% endif %}
{% endif %}