{% extends "base.html" %} {% block title %}Search Results - Media Inventory App{% endblock %} {% block content %}
Author: {{ item.author }}
Year: {{ item.year }}
{% if item.isbn %}
ISBN: {{ item.isbn }}
{% endif %}
Artist: {{ item.artist }}
Year: {{ item.year }}
Label: {{ item.label }}
Format: {{ item.format }}
Try adjusting your search terms or selecting a different media type.
🔍 Try Another Search