{% if is_edit %} {% endif %}

{% if is_edit %}Edit{% else %}New{% endif %} {{ entity_type }}

{% if is_edit %} Export All {% for opt in export_options %} {{ opt.label }} {% endfor %} {% elif example_available %} Load Example {% endif %}
{% if description %}

{{ description }}

{% endif %} {% if ontology_term %}

Ontology: {{ ontology_term }}

{% endif %} {% if notification %}
{{ notification.message }}
{% elif success_message %}
{{ success_message }}
{% elif error_message %}
{{ error_message }}
{% endif %} {% if parent_label %} {% endif %}
{% if node_id %} {% endif %} {% if parent_id %} {% endif %} {% include "partials/form_sections.html" %}
{% if is_edit %} {% else %} {% endif %}