{% extends "layout.html" %} {% block content %}

{{ "Edit" if announcement else "Create" }} Announcement

{{ "Update" if announcement else "Create new" }} system announcement for users

← Back to Announcements
You can use HTML formatting in the content.

Scheduling

Leave empty to show immediately
Leave empty for no expiry

Targeting

{% set selected_roles = [] %} {% if announcement and announcement.target_roles %} {% set selected_roles = announcement.target_roles|from_json %} {% endif %} {% for role in roles %} {% endfor %}
{% set selected_companies = [] %} {% if announcement and announcement.target_companies %} {% set selected_companies = announcement.target_companies|from_json %} {% endif %} {% for company in companies %} {% endfor %}
Cancel
{% endblock %}