{% extends "base.html" %} {% block title %}Templates — Migration Canvas — ICDEV{% endblock %} {% block content %}

Migration Design Templates

Pre-built migration designs for cloud, application, network, data, and infrastructure migrations. Click to create a new design from a template.

Back to Dashboard
{% for t in templates %}

{{ t.name }}

{{ t.description or '' }}

{{ t.category or 'general' }}
{% else %}

No templates available.

{% endfor %}
{% endblock %}