{% load static notifications_tags %}
{% register_notify_callbacks callbacks='fill_notification_list,fill_notification_badge' fetch=20 refresh_period=5 %}
There are this many notifications pending:
{% for notice in notifications %}
{% include 'notifications/notice.html' %}
{% endfor %}