{% load i18n %}
{% if unread_count > 0 %} {{ unread_count }} {% endif %}
{% if notification.unread %}
{% else %}
{% endif %}
{{ notification.verb }} {{ notification.timestamp|timesince }} ago
{% if notification.description %}
{{ notification.description|striptags }}
{% endif %}