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