{{ tile.name }}
{{ tile.label }}
{% if tile.glance %}{{ tile.glance.entity_id }} {{ tile.glance.value }}{% for threshold in tile.glance.thresholds %} · {{ threshold.label }} {{ threshold.value }}{% endfor %}
{% endif %}{{ 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 %}