If this ip-device stops working the following will likely be affected.
{% if affected %}
AFFECTED DEVICES 
{% for netbox in affected %}
-
{{ netbox }}
({{ netbox.category.id }})
{% endfor %}
{% endif %}
{% if unreachable %}
DEVICES GOING DOWN
{% for netbox in unreachable %}
-
{{ netbox }}
({{ netbox.category.id }})
{% endfor %}
Affected hosts
{{ affected_hosts }} active hosts/users
{% endif %}
{% if services %}
SERVICES ON DEVICES GOING DOWN
{% for service in services %}
- {{ service }}
{% endfor %}
{% endif %}
{% if contacts %}
ORGANIZATIONS
{% for organization in organizations %}
- {{ organization }} - {{ organization.contact }}
{% endfor %}
{% endif %}