{% extends "layout.html" %} {% block content %}
Transfer Character
Transferring: {{ character.name }} ({{ character.slug }})
This will create a new entity in the target category. The original character will remain unchanged.
Select where you want to transfer this character to.
Name for the new entity in the target category.
AI Regeneration: The AI will analyze the character profile and create a new JSON structure appropriate for the target category.
Without AI: A blank template will be created with basic information transferred.
Important: The original JSON structure cannot be reused directly. Each category has different required fields and structure. AI regeneration ensures the new entity is properly formatted for its category.
Cancel
{% endblock %}