# -- # 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. # --
| [% Translate("Day") | html %] | [% Translate("Weekday") | html %] | [% Translate("Comment") | html %] | [% Translate("Working Hours") | html %] |
|---|---|---|---|
| [% Data.Day | html %] | [% Translate(Data.Weekday_to_Text) | html %] | [% Translate(Data.Comment) | html %] | [% Data.WorkingHours | html %] |
| [% Translate("Project") | html %] | [% Translate("Task") | html %] | [% Translate("Hours (monthly)") | html %] | [% Translate("Hours (Lifetime)") | html %] |
|---|---|---|---|
|
[% RenderBlockStart("ProjectNoLink") %]
[% Data.Project %]
[% RenderBlockEnd("ProjectNoLink") %]
[% RenderBlockStart("ProjectLink") %]
[% Data.Project %]
[% RenderBlockEnd("ProjectLink") %]
[% RenderBlockStart("ProjectDescription") %]
[% Data.ProjectDescription %] [% RenderBlockEnd("ProjectDescription") %] |
[% RenderBlockEnd("Project") %]
[% Data.Action | html %] | [% Data.Hours | html %] | [% Data.HoursTotal | html %] |
| [% Translate("Total") | html %] | [% Data.Hours | html %] | [% Data.HoursTotal | html %] | |
| [% Translate("Grand total") | html %] | [% Data.TotalHours | html %] | [% Data.TotalHoursTotal | html %] | |