{% extends 'squid/auth/localdb.html' %} {% block auth_localdb_general %}class="active"{%endblock%} {% block tab_content %}
{% if form.non_field_errors %}
ERROR: {% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.title}}
{% if form.title.errors %} {{form.title.errors|striptags}} {% else %} Specify here the proxy authentication informational message for your proxy users. Default is Squid Proxy. {%endif%}
{{form.helper_total}}
{% if form.helper_total.errors %} {{form.helper_total.errors|striptags}} {% else %} Total number of authentication 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 authentication 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 authentication 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%}
{% block member_heading%}{%endblock%}
{% endblock %}