{% extends "base.html" %} {% block title %}{{ design.name if design else 'New Design' }} — Migration Canvas — ICDEV{% endblock %} {% block content %}
Palette
Snippets
{% for catname, items in migration_objects.items() %}
{{ catname | replace('_', ' ') | title }}
{% for obj in items %}
{{ obj.label }}
{% endfor %}
{% endfor %}

Loading snippets...

MDC v1.0 | CUI // SP-CTI | {{ design_id }}
Results
{% endblock %}