{% load i18n %} {% load highlight %} {% if perms.assignment.can_see_assignment %}
  • {{ result.object }}
    {% trans "Election" %}
    {% highlight result.text with request.GET.q %}
  • {% endif %}