# -- # Kernel/Output/HTML/Standard/Maintenances.tt - template for maintenances module index # # Copyright (C) 2014-2018 - SeTIC - UFSC - http://setic.ufsc.br/ # Version 2015-08-01 - Adjustments for OTRS 4 # Version 2018-01-05 - Adjustments for OTRS 6 # # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (AGPL). If you # did not receive this file, see http://www.gnu.org/licenses/agpl.txt. # --
| [% Translate("Cancelled") | html %] | [% ELSIF Data.Status == 1 %][% Translate("Finished") | html %] | [% ELSIF Data.Active %][% Translate("Active") | html %] ([% Translate("End") %]) | [% ELSE %][% Translate("Scheduled ") | html %] ([% Translate("Cancel") %]) | [% END %][% Data.StartDate | Localize("TimeShort") %] |
[% Data.ScheduledEndDate | Localize("TimeShort") %] |
[% Data.EndDate | Localize("TimeShort") %] |