{% extends 'node/tools/index.html' %} {% block toolbar_system_info %}class="active"{%endblock%} {% block contents_comment %}

Information about the latest stable version of the product is available online at https://docs.diladele.com/version_history/index.html.

{% endblock %} {% block box_contents %}
Web Safety Core, build number {{core.version}}
SYSTEM / ARCH / DISTRIB{{WEBSAFETY_SYSTEM}} / {{WEBSAFETY_ARCH}} / {{WEBSAFETY_DISTRIB}}
BIN_DIR{{core.bin_dir_path}} (size is {{core.bin_dir_size | filesizeformat }})
ETC_DIR{{core.etc_dir_path}} (size is {{core.etc_dir_size | filesizeformat }})
VAR_DIR{{core.var_dir_path}} (size is {{core.var_dir_size | filesizeformat }})
Configuration {% if core.config_info.error %} {{core.config_info.error}} {%else%} Last change number {{core.config_info.version}}, generated at {{core.config_info.date}}, timestamp {{core.config_info.timestamp}} {%endif%}
Admin UI for Web Safety, build number {{ui.version}}
BIN_DIR{{ui.bin_dir_path}} (size is {{ui.bin_dir_size | filesizeformat }})
ETC_DIR{{ui.etc_dir_path}} (size is {{ui.etc_dir_size | filesizeformat }})
VAR_DIR{{ui.var_dir_path}} (size is {{ui.var_dir_size | filesizeformat }})
{% endblock %}