{% include 'legacy/bloom_header.html' %}
Create New Instance From Template
{{ template_euid }}
{{ name }}
{% if has_ui_form_properties %}
Toggle UI Form Properties
{% endif %}
{% for field in fields %}
{{ field.label }}
{% if field.type == "select" %}
{% for option in field.options %}
{{ option }}
{% endfor %}
{% else %}
{% endif %}
{% endfor %}
{% for field in ui_fields %}
{{ field.label }}
{% if field.type == "select" %}
{% for option in field.options %}
{{ option }}
{% endfor %}
{% else %}
{% endif %}
{% endfor %}
CREATE INSTANCE