{% extends "tv/base.html" %} {% block title %}{{ t('watchlist.title') }} - VideoKonverter TV{% endblock %} {% block content %}

{{ t('watchlist.title') }}

{% if not series and not movies %}
{{ t('watchlist.empty') }}
{% endif %} {% if series %}

{{ t('watchlist.series') }}

{% endif %} {% if movies %}

{{ t('watchlist.movies') }}

{% endif %}
{% endblock %}