{% if update %} {% import 'languages/'+lang|default('en')+'.html' as lang %} {% endif %}
{% set down = [] %} {% set up = [] %} {% set dis = [] %} {% for s in multi_checks %} {% if s.enabled == 1 %} {% if s.status == 1 %} {% if up.append('1') %} {% endif %} {% else %} {% if down.append('1') %} {% endif %} {% endif %} {% else %} {% if dis.append(s.group) %} {% endif %} {% endif %} {% endfor %} {{lang.smon_page.desc.status_summary}}: {{lang.smon_page.desc.UP}}: {{up|length}}, {{lang.smon_page.desc.DOWN}}: {{down|length}}, {{lang.words.disabled|title()}}: {{dis|length}}
{{lang.smon_page.desc.do_not_sort}} | {{lang.smon_page.desc.sort_status}} | {{lang.words.refresh2|title()}}
{% for group in smon_groups %}
{{ group.name.replace("'", "") }}
{%- for s in multi_checks -%} {% if s.multi_check_id.check_group_id|string() == group.id|string() %}
{% endif %} {% endfor %}
{% endfor %}
{{ lang.words.without|title() }} {{ lang.words.group3 }}
{%- for s in multi_checks -%} {% if not s.multi_check_id.check_group_id %}
{% endif %} {% endfor %}