{% extends 'antivirus/settings/settings.html' %} {% block toolbar_mode %}class="active"{%endblock%} {% block page_comment %} {% endblock %} {% block page_content %}
{% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.av_type}} {% if form.av_type.errors %} {{form.av_type.errors|striptags}} {% else %} Antivirus checking on proxy may be implemented in two ways. Choose between eCAP ClamAV adapter (default) and third party ICAP server (requires manual installation). Then configure corresponding eCAP or ICAP settings on the next tabs. See online documentation for more info. {%endif%}
{% endblock %}