{% if filter_value %} {% if results %}
๐Ÿ”’ {{ results|length }} result{{ "s" if results|length != 1 }} from {{ view_name }} โ€” The Oracle Has Spoken
{% for item in results %}
{{ item.name }}
{% if item.category is defined %}{{ item.category }} ยท {% endif %} {% if item.brand is defined %}{{ item.brand }} ยท {% endif %} ๐Ÿ”’ read-only
${{ "%.2f"|format(item.price) }}
{% endfor %} {% else %}
No results โ€” The Oracle sees nothing for "{{ filter_value }}"
{% endif %} {% else %}
Enter a value to query the materialized view
{% endif %}