{% extends "layout.html" %} {% block content %}
Manage system-wide announcements and notifications
| Title | Type | Status | Start Date | End Date | Target | Created | Actions |
|---|---|---|---|---|---|---|---|
|
{{ announcement.title }}
{% if announcement.is_urgent %}
URGENT
{% endif %}
|
{{ announcement.announcement_type.title() }} | {% if announcement.is_active %} {% if announcement.is_visible_now() %} Active {% else %} Scheduled {% endif %} {% else %} Inactive {% endif %} | {% if announcement.start_date %} {{ announcement.start_date.strftime('%Y-%m-%d %H:%M') }} {% else %} Immediate {% endif %} | {% if announcement.end_date %} {{ announcement.end_date.strftime('%Y-%m-%d %H:%M') }} {% else %} No expiry {% endif %} | {% if announcement.target_all_users %} All Users {% else %} Targeted {% endif %} | {{ announcement.created_at.strftime('%Y-%m-%d') }} |