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