{% load staticfiles %}
Alerts
Saas alerts
Actuality
Panels by signal:
{% for sigkey in signals %}
{{ sigkey }}
{% endfor %}
{% if unactuals %}
Unexisting services found ({{ unactuals|length }})
Clear
{% for unact in unactuals %}{{ unact }} {% endfor %}
{% endif %}
Services with alerts:
{% for serv in services %}
{{ serv }}
{% endfor %}