# -- # 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("OverviewProject") %]
[% Translate("Required fields are marked with a \"*\".") | html %]
[% Translate("Time periods can not be deleted.") | html %]
| [% Translate("Project") | html %] | [% Translate("Comment") | html %] | [% Translate("Status") | html %] |
|---|---|---|
| [% Translate("No matches found.") | html %] | ||
| [% Data.Project | html %] | [% Data.ProjectDescription | truncate(40) | html %] | [% Translate(Data.Status) | html %] |
| [% Translate("Task") | html %] | [% Translate("Status") | html %] |
|---|---|
| [% Translate("No matches found.") | html %] | |
| [% Data.Action | html %] | [% Translate(Data.Status) | html %] |
| [% Translate("User") | html %] | [% Translate("Comment") | html %] | [% Translate("Calendar") | html %] |
|---|---|---|
| [% Translate("No matches found.") | html %] | ||
| [% Data.User | html %] | [% Data.Comment %] | [% Translate(Data.Calendar) | html %] |