{% load i18n %} {% if users.count > 0 %} {% for user in users %}

{{ user }}

{% endfor %} {% else %}

{% trans 'No results found.' %}

{% endif %}