{% comment %}Compact 24h event-count sparkline for issue/project list rows.{% endcomment %} {% if event_sparkline %}
{% for bucket in event_sparkline.event_buckets %}
{% if bucket.count %}
{% else %}
{% endif %}
{% endfor %}
{% endif %}