# --
# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
# --
[% RenderBlockStart("Customer") %]
[% RenderBlockStart("CustomerImage") %]
[% RenderBlockStart("CustomerImageRealname") %]
[% Data.UserFullname | truncate(400) | html %]
[% RenderBlockEnd("CustomerImageRealname") %]
[% RenderBlockEnd("CustomerImage") %]
[% RenderBlockStart("CustomerRow") %]
[% Translate(Data.Key) | html %]:
[% RenderBlockStart("CustomerRowUserStatus") %]
[% RenderBlockEnd("CustomerRowUserStatus") %]
[% Data.LinkStart | Interpolate %][% Data.ValueShort %][% Data.LinkStop %]
[% RenderBlockStart("CustomerRowItem") %]
[% RenderBlockEnd("CustomerRowItem") %]
[% RenderBlockStart("CustomerRowCustomerCompanyInvalid") %]
[% Translate("Note: Customer is invalid!") | html %]
[% RenderBlockEnd("CustomerRowCustomerCompanyInvalid") %]
[% RenderBlockStart("CustomerRowChatIcons") %]
[% IF Data.VideoChatEnabled %]
[% END %]
[% RenderBlockEnd("CustomerRowChatIcons") %]
[% RenderBlockEnd("CustomerRow") %]
[% RenderBlockStart("CustomerItem") %]
[% RenderBlockEnd("CustomerItem") %]
[% RenderBlockEnd("Customer") %]