{% load datetime_formatting %} {% load static_url %}
|
{% if host.ok %} {{ host.ok }} OK {% endif %} {% if host.changed %} {{ host.changed }} CHANGED {% endif %} {% if host.failed or host.unreachable %} {{ host.failed |add:host.unreachable }} FAILED {% endif %} {% if host.skipped %} {{ host.skipped }} SKIPPED {% endif %} |