Notifications may not be delivered if the resource lacks access to the selected units/unit groups.

{% 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 %}