{% extends "testimonials/base.html" %} {% load base_filters %} {% load base_tags %} {% load perm_tags %} {% load testimonial_tags %} {% load tagging_tags %} {% block title %} {% nowhitespace %} {{ testimonial.first_last_name }}  – {{ testimonial.testimonial|striptags|truncatewords:"10" }}  – Testimonial {% endnowhitespace %} {% endblock %} {% block meta_keywords %} {% nowhitespace %} testimonial {{ testimonial.first_last_name }} {% if testimonial.tags %} {{ testimonial.tags }} {% endif %} {% endnowhitespace %} {% endblock %} {% block meta_description %} {% nowhitespace %} {{ testimonial.first_last_name }} testimonial {{ testimonial.testimonial|striptags|truncatewords:"50" }} {% endnowhitespace %} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{{ testimonial.testimonial|striptags|safe }}
{% if testimonial.photo %} {{ testimonial.first_last_name }} {% endif %}

{% if testimonial.email %} {{ testimonial.email|obfuscate_email:testimonial.first_last_name }} {% else %} {{ testimonial.first_last_name }} {% endif %} {% 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 %}
 
{% testimonial_options request.user testimonial %}
{% endblock %}