| 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') }} |
{% if announcements.has_prev %}
« Previous
{% endif %}
{% for page_num in announcements.iter_pages() %}
{% if page_num %}
{% if page_num != announcements.page %}
{{ page_num }}
{% else %}
{{ page_num }}
{% endif %}
{% else %}
…
{% endif %}
{% endfor %}
{% if announcements.has_next %}
Next »
{% endif %}
No announcements found
Create your first announcement to communicate with users.
Create Announcement