{% load highlight %}
{% load humanize %}
{% load i18n %}
{% if request.GET.q %}
{{ item.title | strip_season | highlight:request.GET.q }}
{% else %}
{{ item.title | strip_season }}
{% endif %}
{% if item.season_number %}第{{ item.season_number|apnumber }}季{% 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 %}