Notifications may not be delivered if the resource creator lacks enough access rights to chosen units.

{% csrf_token %}
{{ form.resource_id }}

{{ form.resource_id.help_text }}

{% if form.resource_id.errors %}
{{ form.resource_id.errors }}
{% endif %}
{{ form.unit_list }}

{{ form.unit_list.help_text }}

{% if form.unit_list.errors %}
{{ form.unit_list.errors }}
{% endif %}