{% from "_log_entry.html" import log_entry %} {%- if many %} {%- set ok_count = results|selectattr('ok')|list|length -%} {%- set fail_count = results|length - ok_count -%} {%- set summary -%} {%- if fail_count -%} {{ fail_count }} {%- else -%} {{ ok_count }} probed {%- endif -%} {%- endset -%} {% call log_entry("Probe", timestamp, summary) %}
| Where | Status | Details |
|---|---|---|
| {% if r.ok %}ok{% include "icon_circle.svg" %}{% else %}fail{% include "icon_triangle.svg" %}{% endif %} | {{ r.message }} |
{{ result.message }}
{% endcall %} {%- endif %}