{% extends "balafon/popup_form.html" %} {% load i18n %} {% block extra_head %} {{block.super}} {% endblock %} {% block title %}{{contact.fullname}} - {% trans "Reassign entity" %} {% endblock %} {% block form_fields %}
{% blocktrans %}

Warning: use if carefully!

Do not reassign a contact who move to another entity. You might lose the history of actions with this entity.

You should create a new contact in the other entity and then, you can check the `has left` option of the current contact.

The goal of reassigning is to fix errors: For example if you create an entity twice and want to merge the contacts into a single one.
{% endblocktrans %}
{{ block.super }} {% endblock %} {% block form_url %}{% url "crm_change_contact_entity" contact.id %}{% endblock %} {% block form_ok %}{% trans "Ok" %}{% endblock %}