{% extends 'squid/tools/index.html' %} {% block navbar_tools %}class="active"{%endblock%} {% block toolbar_wpad %}class="active"{%endblock%} {% block box_contents %} {% if error %}

Warning!

Cannot import WPAD file, error {{error}}.

{% endif %}
{% csrf_token %}
{{form.file}} {% if form.file.errors %} {{form.file.errors|striptags}} {% else %} Please browse to the WPAD file which you would like to use for proxy autodiscovery. The same file will be both used as wpad.dat and proxy.pac. See more information at findproxyforurl.com web site. Contents of this file are shown below. {%endif%}
Delete File
{{wpad_dat}}
{% endblock %}