@@ -146,5 +129,23 @@ along with Reports. If not, see .
-
+
{% endif %}
diff --git a/templates/profile.html.twig b/templates/profile.html.twig
old mode 100644
new mode 100755
index 650f8b4..85d3a9a
--- a/templates/profile.html.twig
+++ b/templates/profile.html.twig
@@ -1,30 +1,29 @@
{#
--------------------------------------------------------------------------
-LICENSE
-
-This file is part of Transferticketentity plugin for GLPI.
-
-Transferticketentity is free software: you can redistribute it and/or modify
-it under the terms of the GNU Affero General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-Transferticketentity is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU Affero General Public License for more details.
-
-You should have received a copy of the GNU Affero General Public License
-along with Reports. If not, see
diff --git a/templates/ticket.html.twig b/templates/ticket.html.twig
old mode 100644
new mode 100755
index 03e4bf7..648b952
--- a/templates/ticket.html.twig
+++ b/templates/ticket.html.twig
@@ -1,31 +1,30 @@
{#
--------------------------------------------------------------------------
-LICENSE
-
-This file is part of Transferticketentity plugin for GLPI.
-
-Transferticketentity is free software: you can redistribute it and/or modify
-it under the terms of the GNU Affero General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-Transferticketentity is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU Affero General Public License for more details.
-
-You should have received a copy of the GNU Affero General Public License
-along with Reports. If not, see
.
-
-@category Ticket
-@package Transferticketentity
-@author Yannick Comba, Xavier Caillaud, Infotel
-@copyright 2015-2026 Transferticketentity team
-@license AGPL License 3.0 or (at your option) any later version
- https://www.gnu.org/licenses/gpl-3.0.html
-@link https://github.com/pluginsGLPI/transferticketentity/
---------------------------------------------------------------------------
- #}
+# -------------------------------------------------------------------------
+# Transferticketentity plugin for GLPI
+# -------------------------------------------------------------------------
+#
+# LICENSE
+#
+# This file is part of Transferticketentity.
+#
+# Transferticketentity is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# Transferticketentity is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Transferticketentity. If not, see
.
+# -------------------------------------------------------------------------
+# @copyright Copyright (C) 2026-2026 by Transferticketentity plugin team.
+# @license GPLv2 https://www.gnu.org/licenses/gpl-2.0.html
+# @link https://github.com/InfotelGLPI/Transferticketentity
+# -------------------------------------------------------------------------
+#}
{% import "components/form/fields_macros.html.twig" as fields %}
{% set field_options = {'label_class': 'col-5', 'input_class': 'col-7', 'full_width': false} %}
@@ -39,6 +38,7 @@ along with Reports. If not, see
.
- {% if group_required is defined and group_required is true %}
-