{% extends "base.html" %} {% block content %} {% if found_series %}

Found series for {{search_query}}

{% for series in found_series %} {% endfor %}
{% else %}

Nothing found while looking for {{search_query}}.
Try to relax your query a little.

{% endif %} {% endblock %}