What Our Customers Say

{% for testimonial in testimonials %}
{% if testimonial.user.profile.image %} {{ testimonial.user.username }} {% else %} {% endif %}
{{ testimonial.user.username }}

{{ testimonial.created_at|date:"F d, Y" }}

"{{ testimonial.message|truncatewords:15 }}"

{% for _ in "12345"|slice:testimonial.rating %} {% endfor %}
{% empty %}

No testimonials yet. Be the first to leave a review!

{% endfor %}
Read More
{% if user.is_authenticated %}
Leave a Review
{% else %}

Log in to leave a review

{% endif %}