{% extends "notification/base.html" %} {% load humanize i18n %} {% load custom_date %} {% block title %} {% trans "Notification "%} - {{ block.super }} {% endblock %} {% block content %}

{% trans "Notification" %}: {{ notice.notice_type.display }}

Notice: {{ notice.message|safe }}
Notice Type: {{ notice.notice_type.display }}
Date of Notice: {{ notice.added }}
Notice Unseen: {{ notice.unseen }}
Notice Archiv: {{ notice.archived }}
Notice Site: {{ notice.on_site }}
{% endblock %}