You have {{ count }} new notification{{ count|pluralize }}.

{% for notification in notifications %}- {{ notification.message }}
  View it here: {{ notification.link }}
{% endfor %}