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

[% BreadcrumbPath = [ { Name => Translate('Maintenances'), Link => Env("Action"), }, ] %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
  • [% Translate("Current") | html %]
  • [% Translate("Scheduled") | html %]
  • [% Translate("Current and scheduled") | html %]
  • [% Translate("All") | html %]
[% RenderBlockStart("Maintenance") %] [% IF Data.Status == 2 %] [% ELSIF Data.Status == 1 %] [% ELSIF Data.Active %] [% ELSE %] [% END %] [% RenderBlockEnd("Maintenance") %]
[% Translate("Status/Actions") | html %]
[% Translate("Description") | html %]
[% Translate("Start time") | html %]
[% Translate("Scheduled end date") | html %]
[% Translate("End date") | html %]
[% Translate("Cancelled") | html %][% Translate("Finished") | html %][% Translate("Active") | html %] ([% Translate("End") %])[% Translate("Scheduled ") | html %] ([% Translate("Cancel") %])
[% Data.Description %]
[% Data.StartDate | Localize("TimeShort") %]
[% Data.ScheduledEndDate | Localize("TimeShort") %]
[% Data.EndDate | Localize("TimeShort") %]