Coverage for notifier\templatetags\notifier.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
def add_real_time_notifications(): """ Adds the necessary script for the socket so the notifications are in real time """
def get_user_notifications(context): """ Get notification list """ user)
def get_user_unread_notification_count(current_user): """ Get unread notification count """
def feed_text(context): """ Get feed text to show """ 'paginator': paginator, 'is_paginated': is_paginated, 'user': user} |