{% load i18n static %} {% load utils_tags %}
{% trans "What Our Investors Say" %}
{% for t in testimonials %}
{% if t.image %} {{ t.client_name }} {% endif %}

“{{ t.content|truncatechars:220 }}”

{{ t.client_name }}
{% if t.title or t.company %}
{{ t.title }}{% if t.title and t.company %}, {% endif %}{{ t.company }}
{% endif %}
{% for _ in "12345" %} {% if forloop.counter <= t.rating %} ★ {% else %} {% endif %} {% endfor %}
{% empty %}
{% trans "No testimonials available yet." %}
{% endfor %}