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

Basic Information

You can use HTML formatting in the content.

Scheduling

Leave empty to show immediately
Leave empty for no expiry

Targeting

When enabled, announcement will be shown to all users regardless of role or company
{% 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 %}