{% extends "index.html" %} {% block navigation %} {% endblock %} {% block contents %}

{% if is_reload %}Reload{% else %}Restart{%endif%} of Squid Proxy and/or Diladele Web Safety ICAP completed successfully. The following log shows command executed.

Exit code - {{exit_code}}

{% if exception %}
Exception - {{exception}}
{%else%}
No exceptions raised.
{%endif%}

STDOUT

{{stdout}}

STDERR

{% if exception %}
{{stderr}}
{%else%}
STDERR stream is empty.
{%endif%}

 

{% endblock %}