{% extends "base.html" %} {% block title %}QDC Templates — ICDEV™{% endblock %} {% block content %}
CUI // SP-CTI

Quality Templates

← Back to QDC
{% for t in templates %}

{{ t.name }}

{% if t.compliance_target %} {{ t.compliance_target }} {% endif %}

{{ t.description }}

{{ t.category or 'general' }} Use Template
{% endfor %}
{% endblock %}