{% extends "base.html" %} {% block title %}{{ 'Edit' if not is_new else 'New' }} Form β€” ICDEVβ„’{% endblock %} {% block content %} {% from "includes/classification_macros.html" import design_classification_banner %} {{ design_classification_banner('CUI') }}
Workflow & Forms / Forms / {{ form.name if form else 'New Form' }}
{% if not is_new %}
{% endif %}
Field Types
{% for ft in field_types %}
{{ ft.icon }} {{ ft.label }}
{% endfor %}
Templates
✨ AI: Describe Your Form
πŸ“Ž Import Template
Templates
{% for tpl in templates %}
{{ tpl.name }}
{{ tpl.fields|length }} fields Β· {{ tpl.category }}
{% endfor %}
πŸ“‹
Drag fields here or choose a template
Enterprise Branding
{% endblock %}