{% extends 'safety/support/application.html' %} {% block toolbar_system %}class="active"{%endblock%} {% block content %}
{% if info.need_to_upgrade == 0 %}Your build version of Web Safety ICAP web filter is up-to-date. {% elif info.need_to_upgrade == 1 %}A new build is available on diladele.com. Please upgrade only if you have any issues. Otherwise continue running the current build. {% elif info.need_to_upgrade == 2 %}A new build is available on diladele.com. Please consider upgrading when time permits. {% elif info.need_to_upgrade == 3 %}Your version is out-of-date. Strongly consider upgrading in the near future. {% else %}Cannot retrieve information about latest available version. {%endif%}
Product Name{{info.product_name}}
ETC_DIR{{WEBSAFETY_ETC_DIR}} (size is {{WEBSAFETY_ETC_DIR_SIZE | filesizeformat }})
VAR_DIR{{WEBSAFETY_VAR_DIR}} (size is {{WEBSAFETY_VAR_DIR_SIZE | filesizeformat }})
BIN_DIR{{WEBSAFETY_BIN_DIR}} (size is {{WEBSAFETY_BIN_DIR_SIZE | filesizeformat }})
SYSTEM / ARCH / DISTRIB{{WEBSAFETY_SYSTEM}} / {{WEBSAFETY_ARCH}} / {{WEBSAFETY_DISTRIB}}
BUILD NUMBER{{WEBSAFETY_VERSION}}
Stable Version on Site{{info.latest_version}}
{% endblock %}