{% load testimonial_tags %} {% load base_tags %} {% load perm_tags %} {% has_perm user staff.delete_staff opt_object as can_delete %}
{% 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 can_delete %} {% testimonial_options request.user testimonial %} {% endif %}