{% load highlight %}
{% load humanize %}
{% load i18n %}
{% if request.GET.q %}
{{ item.display_title | highlight:request.GET.q }}
{% else %}
{{ item.display_title }}
{% endif %}
{% if item.year %}({{ item.year }}){% endif %}
{% if not hide_category %}[{{ item.category.label }}]{% endif %}
{% for res in item.external_resources.all %}
{{ res.site_name.label }}
{% endfor %}