{% extends "base.html" %} {% block container %}
{% if not shows %}

Welcome to snor

You dont have any shows in your download list yet add a show here

{% else %} {% for show in shows %} {% endfor %}
Name Start date Status
{{show.seriesname}} {{show.firstaired.strftime('%Y-%m-%d')}} {{show.status}}
{% endif %}
{% endblock %}