{% load i18n %} {% load highlight %} {% if perms.agenda.can_see_agenda and result.object.type == result.object.AGENDA_ITEM %}
  • {{ result.object }}
    {% trans "Agenda" %}
    {% highlight result.text with request.GET.q %}
  • {% elif perms.agenda.can_see_orga_items and result.object.type == result.object.ORGANIZATIONAL_ITEM %}
  • [{{ result.object }}]
    {% trans "Agenda" %} ({% trans "Organizational item" %})
    {% highlight result.text with request.GET.q %}
  • {% endif %}