{% include 'partials/notify.html' %} {% if page_title is not None %}

{{ page_title }}

{% endif %} {% if page_subtitle is not None %}

{{ page_subtitle }}

{% endif %} {% load crispy_forms_tags %} {% load crispy_forms_bulma_field %}
{% csrf_token %} {{ form|crispy }} {% if hide_cancel is not True %} {% endif %}