{% translate 'The Default ClamAV Antivirus Settings' %}

{% translate 'This is the global Clamd server settings. You may tweak the values as you wish' %}
{% translate 'This On-Access scanner service will monitor the filesystem for upload of any virus files and move to quarantine' %}

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {%elif message.tags == "info"%} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% csrf_token %}

{% translate 'Basic Settings' %}

{% translate 'Heuristic Alerts' %}

{% translate 'Document Scanning' %}

{% translate 'Email Scanner' %}

{% translate 'HTML Scanner' %}

{% translate 'Archive Scanner' %}

{% translate 'Data Loss Prevention' %}

{% translate 'On-access Scan Settings' %}

{% translate 'Limits' %}

{% translate 'The options below protect your system against Denial of Service attacks using archive bombs' %}

{% translate 'Virus Alert' %}

{% translate 'Execute a command when a virus is found. In the command string %v will be replaced with the virus name and %f will be replaced with the file name' %}
{% translate 'Additionally, two environment variables will be defined: $CLAM_VIRUSEVENT_FILENAME and $CLAM_VIRUSEVENT_VIRUSNAME' %}

{% translate 'Alert Command' %}

{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% include "copyright.html" %}