{% extends "notification/base.html" %}
{% load humanize i18n %}
{% load pagination_tags %}
{% load custom_date %}
{% block title %}
{% trans "Notices "%} - Account - {{ block.super }}
{% endblock %}
{% block extra_head %}
{{ block.super}}
{% endblock %}
{% block content %}
{% include "django_messages/inlines/navigation.html" %}