{% extends "base.html" %} {% block title %}Template Library — ICDEV™{% endblock %} {% block content %} {% from "includes/classification_macros.html" import design_classification_banner %} {{ design_classification_banner('CUI') }}
Workflow & Forms / Template Library

Template Library

Build Custom Form →
{% for cat in industry_categories %} {% endfor %}
{% for tpl in all_templates %}

{{ tpl.name }}

{{ tpl.industry|default(tpl.category) }}
{% if tpl.description %}

{{ tpl.description }}

{% endif %}
{{ tpl.fields|length }} fields
{% endfor %}
{% endblock %}