# from django import template
# from django.urls import resolve
# from admin_panel.models import *

# register = template.Library()

# @register.simple_tag
# def admin_notifications():
#     return AdminNotifications.objects.all().order_by('-id')[:5]