{% extends "base.html" %} {% block title %}Search results for {{query}}{% endblock %} {% block container %}

Search result

{% if result %} {% for show in result %} {% endfor %}
Name Start date Status
{{show.seriesname}} {% if show.imdb_id %}{% endif %} {{show.firstaired}} Add
{% for show in result %} {% endfor %}
Name Status
{{show.seriesname}}
{{show.firstaired}}
Add
{% else %}
No results found for "{{query}}"
{% endif %}
{% endblock %}