{% if suser %} {% blocktrans %}users matching query {{suser}}:{% endblocktrans %} {% endif %} {% if not users.object_list %} {% trans "Nothing found." %} {% endif %}
                    {% for user in users.object_list %}
                    
                    
  | 
                {% endif %} {% endfor %} |