{% load crispy_forms_tags %} {% if form.refresh_on_input %} {% if edit_mode == 'form' %}
{{ form | crispy }}
{% endif %} {% endif %}
{% csrf_token %}

{{ node_type|title }}

Configure {{ node_sub_type_definition.name }}

{% if node_sub_type_definition.description %}

{{ node_sub_type_definition.description }}

{% endif %}
{% if edit_mode == "json" %}

JSON mode edits this node's raw parameters. Keep valid JSON; changes still save automatically.

{% endif %}
{% if form %} {{ form|crispy }} {% endif %}

Changes save automatically.