{% load i18n %} {% load highlight %} {% if perms.users.can_see %}
  • {{ result.object }}
    {% trans "User" %}
    {% highlight result.text with request.GET.q %}
  • {% endif %}