{% csrf_token %}
{% include "htmx/forms/input_field.html" with label=form.name.label max_width="md" field=form.name maxlength=40 %}
{{ form.as_div }} {% if success_message %}
{% include "messages/_banner.html" with message=success_message level="success" %}
{% elif form.errors %} {% include "messages/_banner.html" with message="Please correct the errors below." level="error" dismissible=False %} {% endif %}
{% if profile %} {% include "./_notificationprofile_summary.html" with oob=True %} {% endif %}