{% extends 'antivirus/safe_browsing/safe_browsing.html' %} {% block toolbar_helpers %}class="active"{%endblock%} {% block page_content %}
{% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.helper_total}}
{% if form.helper_total.errors %} {{form.helper_total.errors|striptags}} {% else %} Total number of url rewrite helpers to run. It is recommended to set it equal to the approximate number of proxy users in your network. {%endif%}
{{form.helper_idle}}
{% if form.helper_idle.errors %} {{form.helper_idle.errors|striptags}} {% else %} Idle number of url rewrite helpers to run. It is recommended to make it equal to approximately 1/2 of the total number of users in your network. {%endif%}
{{form.helper_startup}}
{% if form.helper_startup.errors %} {{form.helper_startup.errors|striptags}} {% else %} Number of url rewrite helpers to run at startup of Squid. It is recommended to make it equal to approximately 1/4 of the total number of users in your network. {%endif%}
{% endblock %}