{% extends 'antivirus/application.html' %} {% block navbar_icap %}class="active"{%endblock%} {% block contents %} {% if is_pfsense %}
Warning! You seem to be running this instance of Web Safety on pfSense. In this case you have to manage antivirus settings using pfSense's Web UI.
{% else %}

ICAP Anti Virus{% block header_tab %}{% endblock %}{% block header_subtab %}{% endblock %}

{% block page_comment %}

This option chains web filter with manually installed anti virus service (for example, ESET, C-ICAP or others). Use this module only if you have installed third party anti virus ICAP service yourself. In all other cases it is recommended to use eCAP antivirus.

{% endblock %}
{% block page_content %}{% endblock %}
{% endif %} {% endblock %}