{% load static %} {% block uicolor %} {% with 'css/1.3.0/'|add:safety.get_uicolor|add:'/bootstrap.min.css' as href_static %} {% endwith %} {% with 'css/1.3.0/'|add:safety.get_uicolor|add:'/adminflare.min.css' as href_static %} {% endwith %} {% endblock %} {% include "fonts.html" %} {% block head_title %}{% endblock %} {% block navigation %}{% endblock %}
{% if not disable_top_messages %} {% for message in messages %} {% if message|stringformat:"s" == 'need_squid_restart' %}
Success! Configuration changes were saved successfully. Please do not forget to Apply New Settings and Restart the ICAP server.
{% elif message|stringformat:"s" == 'need_squid_reload' %}
Success! Configuration changes were saved successfully. Please do not forget to Apply New Settings and Reload the ICAP server.
{% elif message|stringformat:"s" == 'need_reboot' %}
Success! Configuration changes were saved successfully. You need to reboot this server from console to apply the settings system-wide.
{% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %} {% block warning_area %}{% endblock %} {% block contents %}{% endblock %}