{% extends 'antivirus/settings/ecap.html' %} {% block toolbar_actions %}class="active"{%endblock%} {% block page_content %}
{% if not form.instance.enable %}
Warning: antivirus checking is disabled. Configured settings will have no effect.
{% else %} {% if form.instance.av_type != 0 %}
Warning: eCAP antivirus module is not activated. Configured settings will have no effect.
{% endif %} {% endif %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.ecap_clamav_on_error_action}} {% if form.ecap_clamav_on_error_action.errors %} {{form.ecap_clamav_on_error_action.errors|striptags}} {% else %} What to do if the object cannot be scanned. For example, it is not possible to scan password protected archives. Default value is Allow. {%endif%}
{{form.ecap_clamav_message_size_max}}
{% if form.ecap_clamav_message_size_max.errors %} {{form.ecap_clamav_message_size_max.errors|striptags}} {% else %} Maximum size of objects to scan in bytes. Objects larger than specified limit are allowed without scan. Default value is 10485760 bytes (10Mb). {%endif%}
{% endblock %}