[%#
Variables passed in:
origin - the system component from which the request originated
horde_table - the table that could not be converted during installation
For more information about how to customize notification templates, read our documentation at https://go.cpanel.net/notificationtemplates
-%]
[%
PROCESS "include/colors.tmpl";
PROCESS "include/styles.tmpl";
WRAPPER 'wrapper/main.html.tmpl'
NOTICE.email_reason = CPANEL.locale.maketext("The system could not convert the [asis,Horde] table “[_2]” to [asis,UTF-8] on “[_1]”.", NOTICE.host_server, NOTICE.horde_table)
-%]
<p>
[% CPANEL.locale.maketext("The charset of the “[_1]” table is not “[asis,Latin-1].” The system can only convert [asis,Horde] tables with “[asis,Latin-1]” encoding.", NOTICE.horde_table); %]
</p>
<p>
[% CPANEL.locale.maketext("As a result, the system made no changes to this table.") -%]
</p>
<p>
[% CPANEL.locale.maketext("You will still be able to access the data that this table contains, but it may cause problems. We recommend that you only use [asis,UTF-8] encoded data.") -%]
</p>
[% END %]