{% extends "advbase.html" %} {% block bodytag -%} {% endblock -%} {% block advcontent -%}

{{_("Url Filter")}}

{{_("Urls in list would not be downloaded.")}}

{% if user.urlfilter.count() -%} {% for urlflt in user.urlfilter -%}
{%if urlflt.url|length>70 %} {{ urlflt.url[:70] }}...{{ urlflt.url }} {%else%} {{ urlflt.url }} {% endif %}
{% endfor -%} {% endif -%}
{% endblock -%}