{% load testimonial_tags %} {% load base_tags %} {% load perm_tags %} {% has_perm user staff.delete_staff opt_object as can_delete %}
{{ testimonial.first_name }} {{ testimonial.last_name }}
{% if testimonial.title %}
– {{ testimonial.title }}
{% endif %}
{% if testimonial.company %}
, {{ testimonial.company }}
{% endif %}