{% if online == total %}
{{ include("./icon/success.svg") }}

{{ "header.title.all" | t }}

{% elseif online == 0 %}
{{ include("./icon/error.svg") }}

{{ "header.title.none" | t }}

{% else %}
{{ include("./icon/warning.svg") }}

{{ "header.title.some" | t }}

{% endif %}

{{ "header.updated" | t({date: now | date}) }}