{% extends 'squid/logs/logs.html' %} {% block toolbar_settings %}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.log_retension_days}}
{% if form.log_retension_days.errors %} {{form.log_retension_days.errors|striptags}} {% else %} Keep the Squid's access logs for the specified number of days. This value is stored in /etc/logrotate.d/squid configuration file and processed by the system logrotate daemon. Default value is 30 days. {%endif%}
{% endblock %}