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

Quality Snippets

← Back to QDC
{% for s in snippets %}

{{ s.name }}

{{ s.node_count }} nodes

{{ s.description }}

{{ s.category }}
{% endfor %}
{% endblock %}