OpenSlides/openslides/motion/templates/search/motion-results.html

11 lines
306 B
HTML
Raw Normal View History

{% load i18n %}
{% load highlight %}
{% if perms.motion.can_see_motion %}
<li>
<a href="{{ result.object.get_absolute_url }}">{{ result.object }}</a><br>
<span class="app">{% trans "Motion" %}</a></span><br>
{% highlight result.text with request.GET.q %}
</li>
{% endif %}