{{ digest_type|title }} Digest — {{ count }} update{{ count|pluralize }}
{% for notification in notifications %}
{{ notification.event_type }}
{{ notification.project.name }}: {{ notification.title }}
{% endfor %}
{% if overflow_count %}
... and {{ overflow_count }} more.
{% endif %}
View All Notifications