{% load i18n %}

{% trans 'Users' %}

{% if results %} {% else %}

{% trans 'No user found' %} :(

{% endif %}