{% load i18n %} {% load highlight %} {% if perms.participant.can_see_participant %}
  • {{ result.object }}
    {% trans "Participant" %}
    {% highlight result.text with request.GET.q %}
  • {% endif %}