{% 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 %} {% if low_memory %}
Warning: it is recommended to enable Anti-Virus checking only if the server has more than 8Gb of RAM. This server has only {{ram_memory| filesizeformat }}. The server may become slow and unresponsive. Proceed at your own risk.
{% 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 %}