{% if action == "checker" %} {% set column_for_sort = 3 %} {% else %} {% set column_for_sort = 4 %} {% endif %} {% if multi_check_id %} {% set additional_uri = '/' + multi_check_id|string() %} {% endif %} {% if action == 'smon' %} {% else %} {% endif %} {% if action != "checker" %} {% endif %} {% if history != '' %} {% for t in history %} {% if action != "checker" %} {% endif %} {% endfor %} {% else %} {{lang.words.table|title()}} {{lang.words.is}} {{lang.words.empty}} {% endif %}
{{lang.words.level|title()}}{{lang.words.check|title()}}{{lang.words.host|title()}}{{lang.words.port|title()}}{{lang.words.alert|title()}} {{lang.words.date|title()}}
{% if t.level == 'info' %} {% set color = '#5ad05a' %} {% elif t.level == 'warning' %} {% set color = '#daa70e' %} {% else %} {% set color = '#be2424' %} {% endif %} {{t.level}} {% if action == 'smon' %} {{t.name|replace("'","")}} {% else %} {{t.ip|replace("'","")}} {% endif %} {{t.port}}{{t.message}} {{t.date}}