{% extends 'layouts/base.html' %}
{% load i18n %}
{% load static %}
{% block title %}{% trans "Notifications" %} - PX360{% endblock %}
{% block content %}
{% trans "View and manage your notifications" %}
{% trans "Notifications" %}
{{ notification.get_message }}
{% if filter == 'unread' %} {% trans "You're all caught up!" %} {% else %} {% trans "You don't have any notifications yet." %} {% endif %}