{% comment %}
Attention feed. Every section builds the same shape of item so the three
dashboards read identically: severity, when, where, what, detail.
{% endcomment %}
{% load i18n holdfast_tags %}
{% if not items %}
{% translate "All clear" %}
{{ empty_message|default:_("Nothing here wants attention right now.") }}