{% extends "nobinobi_child/base.html" %} {% load i18n static %} {% load notifications_tags %} {% load notifications_custom_tags %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block notification_menu %} {% dfu_live_unread as dfu_live %} {% if dfu_live > 0 %}
{% live_notify_list_bootstrap list_class="dropdown-menu live_notify_list" %}
{% endif %} {% include "includes/modal.html" %} {% endblock %} {% block extrajs %} {{ block.super }} {% dfu_register_notify_callbacks refresh_period=60 callbacks='fill_notification_lists,fill_notification_badge,check_notif_popup' %} {% endblock %}