{% load i18n %} {# This are for enabling translations #} {% trans "Our Clients" %}
{% trans "Featured Clients" %} Only featured clients for plugin, for all list there is a view :) {% for client in clients %}

{{ client.name }}

{% endfor %}