# -- # 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("Overview") %]

[% Translate("Auto Response Management") | html %]

[% BreadcrumbPath = [ { Name => Translate('Auto Response Management'), Link => Env("Action"), }, ] %] [% SWITCH Data.Action %] [% CASE 'Add' %] [% BreadcrumbPath.push({ Name => Translate("Add Auto Response"),}) %] [% CASE 'Change' %] [% USE EditTitle = String(Translate("Edit Auto Response")) %] [% BreadcrumbPath.push({ Name => EditTitle.append( ': ', Data.Name ) }) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("ActionList") %]

[% Translate("Actions") | html %]

[% RenderBlockEnd("ActionList") %] [% RenderBlockStart("Filter") %]

[% RenderBlockEnd("Filter") %]
[% RenderBlockStart("OverviewResult") %]

[% Translate("List") | html %]

[% RenderBlockStart("NoDataFoundMsg") %] [% RenderBlockEnd("NoDataFoundMsg") %] [% RenderBlockStart("OverviewResultRow") %] [% RenderBlockEnd("OverviewResultRow") %]
[% Translate("Name") | html %] [% Translate("Type") | html %] [% Translate("Comment") | html %] [% Translate("Validity") | html %] [% Translate("Changed") | html %] [% Translate("Created") | html %]
[% Translate("No data found.") | html %]
[% Translate(Data.Name) | html %] [% Translate(Data.Type) | html %] [% Data.Comment | truncate(20) | html %] [% Translate(Data.Valid) | html %] [% Data.ChangeTime | Localize("TimeShort") %] [% Data.CreateTime | Localize("TimeShort") %]
[% RenderBlockEnd("OverviewResult") %] [% RenderBlockStart("OverviewUpdate") %]
[% IF Data.Action == 'Add' %]

[% Translate("Add Auto Response") | html %]

[% ELSE %]

[% Translate("Edit Auto Response") | html %]

[% END %]
[% IF Data.Action == 'Change' %] [% END %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Data.TypeOption %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Data.SystemAddressOption %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% Data.ValidOption %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% IF Data.Action == 'Change' %] [% Translate("or") | html %] [% ELSE %] [% END %] [% Translate("or") | html %] [% Translate("Cancel") | html %]

[% Translate("Reference") | html %]

[% Translate("You can use the following tags") | html %]:

<OTRS_CUSTOMER_SUBJECT[20]>
[% Translate("To get the first 20 character of the subject.") | html %]
<OTRS_CUSTOMER_EMAIL[5]>
[% Translate("To get the first 5 lines of the email.") | html %]
<OTRS_CUSTOMER_REALNAME>
[% Translate("To get the name of the ticket's customer user (if given).") | html %]
<OTRS_CUSTOMER_*>
[% Translate("To get the article attribute") | html %] ([% Translate(" e. g.") | html %] <OTRS_CUSTOMER_From>, <OTRS_CUSTOMER_To>, <OTRS_CUSTOMER_Cc>, <OTRS_CUSTOMER_Subject>, <OTRS_CUSTOMER_Body>).
<OTRS_CUSTOMER_DATA_*>
[% Translate("Options of the current customer user data") | html %] ([% Translate(" e. g.") | html %] <OTRS_CUSTOMER_DATA_UserFirstname>).
<OTRS_OWNER_*>
[% Translate("Ticket owner options") | html %] ([% Translate(" e. g.") | html %] <OTRS_OWNER_UserFirstname>).
<OTRS_RESPONSIBLE_*>
[% Translate("Ticket responsible options") | html %] ([% Translate(" e. g.") | html %] <OTRS_RESPONSIBLE_UserFirstname>).
<OTRS_CURRENT_*>
[% Translate("Options of the current user who requested this action") | html %] ([% Translate(" e. g.") | html %] <OTRS_CURRENT_UserFirstname>).
<OTRS_TICKET_*>
[% Translate("Options of the ticket data") | html %] ([% Translate(" e. g.") | html %] <OTRS_TICKET_TicketNumber>, <OTRS_TICKET_TicketID>, <OTRS_TICKET_Queue>, <OTRS_TICKET_State>).
<OTRS_TICKET_DynamicField_*>
[% Translate("Options of ticket dynamic fields internal key values") | html %] ([% Translate(" e. g.") | html %] <OTRS_TICKET_DynamicField_TestField>, <OTRS_TICKET_DynamicField_TicketFreeText1>).
<OTRS_TICKET_DynamicField_*_Value>
[% Translate("Options of ticket dynamic fields display values, useful for Dropdown and Multiselect fields") | html %] ([% Translate(" e. g.") | html %] <OTRS_TICKET_DynamicField_TestField_Value>, <OTRS_TICKET_DynamicField_TicketFreeText1_Value>).
<OTRS_CONFIG_*>
[% Translate("Config options") | html %] ([% Translate(" e. g.") | html %] <OTRS_CONFIG_HttpType>).
[% RenderBlockEnd("OverviewUpdate") %]
[% RenderBlockEnd("Overview") %]