{% if notes|length > 0 %}
{{_("Warnings and error messages")}}
{% elif not hide_if_empty %}

{{_("Well done!")}}

{{_("No warnings or errors have been logged since the last proxy start.")}}

{% endif %}