{% 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" %}
Notice: | {{ notice.message|safe }} |
Notice Type: | {{ notice.notice_type }} |
Date of Notice: | {{ notice.added }} |
Notice Unseen: | {{ notice.unseen }} |
Notice Archiv: | {{ notice.archived }} |
Notice Site: | {{ notice.on_site }} |