{% load url from future %} {% if notifications.count > 0 %}
{{ notifications.count }} notification{{ notifications.count|pluralize }}
{% for notification in notifications %} {% endfor %} {% endif %}