{% extends "base.html" %} {% block title %}Settings for {% if choice == "saved_show" %}{{show.seriesname}}{% else %}{{request.args.name}}{% endif %}{% endblock %} {% block container %}
Warning! Best check yo self, you're not looking too good.
{% if choice == "existing" %}
{{request.args.folder}}
{% elif choice == "saved_show" %}
{% else %}
{% endif %}
Only download items matching the following rules:
{% if choice == "saved_show" %} Cancel {% endif %}
{% include "modal_browse.html" %} {% endblock %} {% block script %} {% endblock %}