{{ tile.name }}
{{ tile.label }}
{{ tile.description }}
{% if tile.incident_count %}{{ tile.incident_count }} live incident{{ '' if tile.incident_count == 1 else 's' }}{% if tile.max_severity is not none %}; highest {{ severity_name(tile.max_severity) }}{% endif %}
{% endif %}{% for profile in tile.trends %}View {{ profile.title }}{% endfor %}