{% extends "notification/base.html" %} {% load humanize i18n %} {% load custom_date %} {% block title %} {% trans "Notification "%} - {{ block.super }} {% endblock %} {% block content %}
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 }} |