{% extends 'notifications/base.html' %} {% load static %} {% block title %}Notifications - AdTlas{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Manage your notifications and preferences
Total Notifications
Unread
Read
Today
{{ notification.message|truncatechars:150 }}
You don't have any notifications matching the current filters.
{% if request.GET.status or request.GET.type or request.GET.priority or request.GET.search %} Clear Filters {% endif %}