{% extends "base.html" %} {% block title %}{% if query %}Search: {{ query }}{% else %}Browse{% endif %}{% endblock %} {% block body_class %}catalog-page{% endblock %} {% block content %}
{% elif item.placeholder_art %}
{# Branded placeholder up front; reveal the real (often poor)
thumbnail on hover via CSS crossfade. #}
{% elif item.thumbnail_url %}
No results for "{{ query }}" within the selected filter{% if active_category and active_tag %}s{% endif %}.
Active: {% if active_category %}category{% endif %} {% if active_category and active_tag %} and {% endif %} {% if active_tag %}tag “{{ active_tag }}”{% endif %}. Try widening your search.
Search without filters Clear search
{% elif query %}No results for "{{ query }}".
Check the spelling or try fewer / different words.
{% elif active_category or active_tag %}No items match the selected filter{% if active_category and active_tag %}s{% endif %}.
Active: {% if active_category %}category{% endif %} {% if active_category and active_tag %} and {% endif %} {% if active_tag %}tag “{{ active_tag }}”{% endif %}.
{% else %}No items found.
{% endif %}