{% extends 'base.html' %} {% block title %}Admin Search - Game Tracker{% endblock %} {% block content %}
Find games to add to the tracking list
Found {{ results|length }} games matching "{{ query }}"
{{ game.description|truncate(150) }}
We couldn't find any games matching "{{ query }}"
Try a different search term!